git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@112478 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,8 +7,8 @@ vignettes: AffyGW.tex |
7 | 7 |
cp ../inst/scripts/Infrastructure.pdf . |
8 | 8 |
cp ../inst/scripts/gtypeDownstream.pdf . |
9 | 9 |
cp ../inst/scripts/crlmmIllumina.pdf . |
10 |
- "$(R_HOME)/bin/R" CMD texi2dvi --pdf genotyping.tex |
|
11 |
- "$(R_HOME)/bin/R" CMD texi2dvi --pdf CopyNumberOverview.tex |
|
10 |
+ "$(R_HOME)/bin/R" CMD pdflatex genotyping.tex |
|
11 |
+ "$(R_HOME)/bin/R" CMD pdflatex CopyNumberOverview.tex |
|
12 | 12 |
|
13 | 13 |
clean: |
14 | 14 |
-$(RM) -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@72377 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,8 +7,8 @@ vignettes: AffyGW.tex |
7 | 7 |
cp ../inst/scripts/Infrastructure.pdf . |
8 | 8 |
cp ../inst/scripts/gtypeDownstream.pdf . |
9 | 9 |
cp ../inst/scripts/crlmmIllumina.pdf . |
10 |
- texi2dvi --pdf genotyping.tex |
|
11 |
- texi2dvi --pdf CopyNumberOverview.tex |
|
10 |
+ "$(R_HOME)/bin/R" CMD texi2dvi --pdf genotyping.tex |
|
11 |
+ "$(R_HOME)/bin/R" CMD texi2dvi --pdf CopyNumberOverview.tex |
|
12 | 12 |
|
13 | 13 |
clean: |
14 | 14 |
-$(RM) -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex |
* collab:
update vignettes/Makefile
update .gitignore
update table in CopyNumberViewiew
bump dependency on oligoClasses version
Update alias for "[" method for PredictionRegion objects
Replaced CopyNumberOverview and Infrastructure vignettes with those in the release branch. The versions in release have removed AffymetrixPreprocessCN, which is no longer available
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@71322 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,6 +7,8 @@ vignettes: AffyGW.tex |
7 | 7 |
cp ../inst/scripts/Infrastructure.pdf . |
8 | 8 |
cp ../inst/scripts/gtypeDownstream.pdf . |
9 | 9 |
cp ../inst/scripts/crlmmIllumina.pdf . |
10 |
+ texi2dvi --pdf genotyping.tex |
|
11 |
+ texi2dvi --pdf CopyNumberOverview.tex |
|
10 | 12 |
|
11 | 13 |
clean: |
12 | 14 |
-$(RM) -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@70209 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,8 +7,6 @@ vignettes: AffyGW.tex |
7 | 7 |
cp ../inst/scripts/Infrastructure.pdf . |
8 | 8 |
cp ../inst/scripts/gtypeDownstream.pdf . |
9 | 9 |
cp ../inst/scripts/crlmmIllumina.pdf . |
10 |
- texi2dvi --pdf genotyping.tex |
|
11 |
- texi2dvi --pdf CopyNumberOverview.tex |
|
12 | 10 |
|
13 | 11 |
clean: |
14 | 12 |
-$(RM) -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex |
* collab:
Update AffyGW.pdf and IlluminaPreprocessCN.pdf
crlmmIlluminaV2 calls crlmmGT. comment call to crlmmGT2
Update AffyGW vignette to step through construction of CNSet, normalization, and genotyping
v 1.15.27: Fix bug in crlmmGT2. clean up comments in crlmmIllumina.
update getFeatureData
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@69561 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -6,6 +6,7 @@ vignettes: AffyGW.tex |
6 | 6 |
cp ../inst/scripts/IlluminaPreprocessCN.pdf . |
7 | 7 |
cp ../inst/scripts/Infrastructure.pdf . |
8 | 8 |
cp ../inst/scripts/gtypeDownstream.pdf . |
9 |
+ cp ../inst/scripts/crlmmIllumina.pdf . |
|
9 | 10 |
texi2dvi --pdf genotyping.tex |
10 | 11 |
texi2dvi --pdf CopyNumberOverview.tex |
11 | 12 |
|
* collab:
fixing vignettes dir
fixing vignettes dir
removing old vignettes
removing old vignettes
Adding GGdata to suggests
Fixed vignette for genotyping + association; Moved oligoClasses back to Depends b/c final users do need access to calls()/confs() when using crlmm()
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@64350 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,13 @@ |
1 |
+All: vignettes clean |
|
2 |
+ |
|
3 |
+## all pdfs must be generated from the first target of the Makefile |
|
4 |
+vignettes: AffyGW.tex |
|
5 |
+ cp ../inst/scripts/AffyGW.pdf . |
|
6 |
+ cp ../inst/scripts/IlluminaPreprocessCN.pdf . |
|
7 |
+ cp ../inst/scripts/Infrastructure.pdf . |
|
8 |
+ cp ../inst/scripts/gtypeDownstream.pdf . |
|
9 |
+ texi2dvi --pdf genotyping.tex |
|
10 |
+ texi2dvi --pdf CopyNumberOverview.tex |
|
11 |
+ |
|
12 |
+clean: |
|
13 |
+ -$(RM) -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex |