git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@58911 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: crlmm |
2 | 2 |
Type: Package |
3 | 3 |
Title: Genotype Calling (CRLMM) and Copy Number Analysis tool for Affymetrix SNP 5.0 and 6.0 and Illumina arrays. |
4 |
-Version: 1.11.53 |
|
4 |
+Version: 1.11.54 |
|
5 | 5 |
Date: 2010-12-10 |
6 | 6 |
Author: Benilton S Carvalho <Benilton.Carvalho@cancer.org.uk>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.edu.au>, Ingo Ruczinski <iruczins@jhsph.edu>, Rafael A Irizarry |
7 | 7 |
Maintainer: Benilton S Carvalho <Benilton.Carvalho@cancer.org.uk>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.EDU.AU> |
... | ... |
@@ -1,13 +1,14 @@ |
1 |
-All: copynumber crlmmDownstream clean |
|
1 |
+All: copynumber clean |
|
2 | 2 |
|
3 |
+## all pdfs must be generated from the first target of the Makefile |
|
3 | 4 |
copynumber: copynumber.tex |
4 | 5 |
cp ../scripts/copynumber.pdf . |
5 | 6 |
cp ../scripts/AffymetrixPreprocessCN.pdf . |
6 | 7 |
cp ../scripts/IlluminaPreprocessCN.pdf . |
7 | 8 |
cp ../scripts/Infrastructure.pdf . |
8 |
- |
|
9 |
-crlmmDownstream: crlmmDownstream.tex |
|
10 | 9 |
cp ../scripts/crlmmDownstream.pdf . |
10 |
+ texi2dvi --pdf genotyping.tex |
|
11 |
+ texi2dvi --pdf CopyNumberOverview.tex |
|
11 | 12 |
|
12 | 13 |
clean: |
13 | 14 |
-$(RM) -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex |