File: Makefile

package info (click to toggle)
trinityrnaseq 2.15.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468,012 kB
  • sloc: perl: 49,905; cpp: 17,993; java: 12,489; python: 3,282; sh: 1,989; ansic: 985; makefile: 717; xml: 62
file content (37 lines) | stat: -rw-r--r-- 1,735 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
test: transcript gene more



transcript:
	${TRINITY_HOME}/util/misc/contig_ExN50_statistic.pl ../test_DATA/salmon-quasi-trans.isoform.TMM.EXPR.matrix ../test_DATA/Trinity.fasta transcript > test.transcript.ExN50
	${TRINITY_HOME}/util/misc/plot_ExN50_statistic.Rscript test.transcript.ExN50
	${TRINITY_HOME}/util/misc/try_estimate_TPM_filtering_threshold.Rscript --E_inputs salmon-quasi-trans.isoform.TMM.EXPR.matrix.by-transcript.E-inputs --out_pdf estimate_TPM_threshold.by_gene.pdf


gene:
	${TRINITY_HOME}/util/misc/contig_ExN50_statistic.pl ../test_DATA/salmon-quasi-trans.isoform.TMM.EXPR.matrix ../test_DATA/Trinity.fasta gene > test.gene.ExN50
	${TRINITY_HOME}/util/misc/plot_ExN50_statistic.Rscript test.gene.ExN50
	${TRINITY_HOME}/util/misc/try_estimate_TPM_filtering_threshold.Rscript --E_inputs salmon-quasi-trans.isoform.TMM.EXPR.matrix.by-gene.E-inputs --out_pdf estimate_TPM_threshold.by_gene.pdf


more: acanth mouse axolotl


acanth:
	${TRINITY_HOME}/util/misc/plot_ExN50_statistic.Rscript more_examples/acanth.ExN50.stats
	${TRINITY_HOME}/util/misc/try_estimate_TPM_filtering_threshold.Rscript --E_inputs more_examples/acanth.E-inputs.gz --out_pdf acanth.threshold_estimate.pdf

mouse:
	${TRINITY_HOME}/util/misc/plot_ExN50_statistic.Rscript more_examples/mouse.50M.ExN50.stats 
	${TRINITY_HOME}/util/misc/try_estimate_TPM_filtering_threshold.Rscript --E_inputs more_examples/mouse50M.E-inputs.gz --out_pdf mouse50M.threshold_estimate.pdf

axolotl:
	${TRINITY_HOME}/util/misc/plot_ExN50_statistic.Rscript more_examples/axolotl.transcript.ExN50.stats
	${TRINITY_HOME}/util/misc/plot_ExN50_statistic.Rscript more_examples/axolotl.gene.ExN50.stats



clean:
	rm -f ./salmon* ./test.* ./estimate_TPM_threshold* ./*.pdf