Mercurial > repos > iuc > trinity
annotate run_DE_analysis.xml @ 2:de0af39266ef draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
author | iuc |
---|---|
date | Mon, 25 Apr 2016 10:02:37 -0400 |
parents | |
children | c7555bc21812 |
rev | line source |
---|---|
2
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
1 <tool id="run_DE_analysis" name="Differential expression analysis" version="2.1.1"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
2 <description>using a Trinity assembly</description> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
3 <requirements> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
4 <requirement type="package" version="2.1.1">trinity</requirement> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
5 <!-- odering is crucial, otherwise R will override the ENV variables from deseq2 --> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
6 <requirement type="package" version="1.10.0">deseq2</requirement> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
7 <requirement type="package" version="1.10.0">bioconductor-deseq2</requirement> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
8 <requirement type="package" version="3.12.0">edger</requirement> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
9 <requirement type="package" version="3.12.0">bioconductor-edger</requirement> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
10 <requirement type="package" version="3.25.3">limma</requirement> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
11 <requirement type="package" version="3.27.4">bioconductor-limma</requirement> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
12 </requirements> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
13 <stdio> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
14 <exit_code range="1:"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
15 </stdio> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
16 <command><![CDATA[ |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
17 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
18 ln -s "${matrix}" "input.matrix" |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
19 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
20 && |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
21 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
22 run_DE_analysis.pl |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
23 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
24 --matrix "input.matrix" |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
25 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
26 --samples_file "${samples}" |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
27 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
28 --method ${method_choice.method} |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
29 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
30 #if $method_choice.method == "edgeR": |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
31 --dispersion ${method_choice.edger_dispersion} |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
32 #end if |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
33 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
34 #if $method_choice.method == "ROTS": |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
35 --ROTS_B ${method_choice.rots_b} |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
36 --ROTS_K ${method_choice.rots_k} |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
37 #end if |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
38 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
39 --min_rowSum_counts ${additional_params.min_rowSum_counts} |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
40 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
41 #if $additional_params.reference_sample: |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
42 --reference_sample ${additional_params.reference_sample} |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
43 #end if |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
44 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
45 #if $additional_params.contrasts: |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
46 --contrasts ${additional_params.contrasts} |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
47 #end if |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
48 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
49 --output results |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
50 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
51 ]]></command> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
52 <inputs> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
53 <param format="tabular" name="matrix" type="data" label="Expression matrix" help="output of abundance_estimates_to_matrix tool"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
54 <param format="tabular" name="samples" type="data" label="Sample description" help="file describing samples and replicates"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
55 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
56 <conditional name="method_choice"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
57 <param type="select" name="method" label="Differential analysis method"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
58 <option value="edgeR">edgeR</option> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
59 <option value="DESeq2">DESeq2</option> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
60 <option value="voom">voom</option> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
61 <option value="ROTS">ROTS</option> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
62 </param> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
63 <when value="edgeR"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
64 <param name="edger_dispersion" type="float" value="0.1" label="edgeR dispersion value" help="Read edgeR manual to guide your value choice" /> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
65 </when> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
66 <when value="ROTS"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
67 <param name="rots_b" type="integer" value="500" label="number of bootstraps and permutation resampling" /> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
68 <param name="rots_k" type="integer" value="5000" label="largest top genes size" /> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
69 </when> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
70 <when value="voom"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
71 </when> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
72 <when value="DESeq2"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
73 </when> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
74 </conditional> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
75 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
76 <section name="additional_params" title="Additional Options" expanded="False"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
77 <param name="min_rowSum_counts" type="integer" value="2" label="Minimum count" help="Only those rows of matrix meeting requirement will be tested"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
78 <param name="reference_sample" type="text" optional="true" value="" label="Name of a sample to which all other samples should be compared" help="default is doing all pairwise-comparisons among samples"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
79 <param format="tabular" name="contrasts" optional="true" type="data" label="Pairs of sample comparisons to perform" help="A 2-column tabular with lists of pairs of samples to compare"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
80 </section> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
81 </inputs> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
82 <outputs> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
83 <collection name="DE_results" type="list" label="Differential expression results on ${on_string}"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
84 <discover_datasets pattern="(?P<name>.+)\.DE_results" ext="tabular" directory="results" visible="true" /> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
85 </collection> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
86 <collection name="PDF_results" type="list" label="Differential expression plots on ${on_string}"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
87 <discover_datasets pattern="(?P<name>.+)\.pdf" ext="pdf" directory="results" visible="true" /> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
88 </collection> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
89 </outputs> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
90 <tests> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
91 <test> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
92 <param name="matrix" value="count/qcheck/matrix.counts.matrix"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
93 <param name="samples" value="count/samples.txt"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
94 <param name="method" value="DESeq2"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
95 <output_collection name="DE_results"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
96 <element name="input.matrix.wt_37_vs_wt_ph8.DESeq2" compare="sim_size" file="count/exp_diff/matrix.counts.matrix.wt_37_vs_wt_GSNO.DESeq2.DE_results"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
97 <element name="input.matrix.wt_37_vs_wt_ph8.DESeq2" compare="sim_size" file="count/exp_diff/matrix.counts.matrix.wt_37_vs_wt_ph8.DESeq2.DE_results"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
98 <element name="input.matrix.wt_GSNO_vs_wt_ph8.DESeq2" compare="sim_size" file="count/exp_diff/matrix.counts.matrix.wt_GSNO_vs_wt_ph8.DESeq2.DE_results"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
99 </output_collection> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
100 <output_collection name="PDF_results"> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
101 <element name="input.matrix.wt_37_vs_wt_ph8.DESeq2.DE_results.MA_n_Volcano" compare="sim_size" delta="100" file="count/exp_diff/matrix.counts.matrix.wt_37_vs_wt_GSNO.DESeq2.DE_results.MA_n_Volcano.pdf"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
102 <element name="input.matrix.wt_37_vs_wt_ph8.DESeq2.DE_results.MA_n_Volcano" compare="sim_size" delta="100" file="count/exp_diff/matrix.counts.matrix.wt_37_vs_wt_ph8.DESeq2.DE_results.MA_n_Volcano.pdf"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
103 <element name="input.matrix.wt_GSNO_vs_wt_ph8.DESeq2.DE_results.MA_n_Volcano" compare="sim_size" delta="100" file="count/exp_diff/matrix.counts.matrix.wt_GSNO_vs_wt_ph8.DESeq2.DE_results.MA_n_Volcano.pdf"/> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
104 </output_collection> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
105 </test> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
106 </tests> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
107 <help> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
108 <![CDATA[ |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
109 Trinity_ assembles transcript sequences from Illumina RNA-Seq data. |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
110 This tool performs differential expression analyses on a transcriptome assembled with Trinity. |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
111 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
112 **Inputs** |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
113 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
114 This tool uses the matrix produced by 'Build expression matrix for a de novo assembly of RNA-Seq data by Trinity' tool. |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
115 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
116 You must describe your samples and replicates with a tabular file looking like this: |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
117 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
118 =========== ================ |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
119 ConditionA CondA_replicate1 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
120 ----------- ---------------- |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
121 ConditionA CondA_replicate2 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
122 ----------- ---------------- |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
123 ConditionB CondB_replicate1 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
124 ----------- ---------------- |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
125 ConditionB CondB_replicate2 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
126 ----------- ---------------- |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
127 ConditionC CondC_replicate1 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
128 ----------- ---------------- |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
129 ConditionC CondC_replicate2 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
130 ----------- ---------------- |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
131 ConditionC CondC_replicate3 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
132 =========== ================ |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
133 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
134 It will probably be the same file as used in the tool 'RNASeq samples quality check for transcript quantification'. |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
135 The names in column 2 must match the names given in the tool 'Build expression matrix for a de novo assembly of RNA-Seq data by Trinity'. |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
136 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
137 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
138 .. _Trinity: http://trinityrnaseq.github.io |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
139 ]]> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
140 </help> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
141 |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
142 <citations> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
143 <citation type="doi">doi:10.1038/nbt.1883</citation> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
144 </citations> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
145 </tool> |
de0af39266ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 77385ec02b79f527348aff01bd83a019e30f5f45
iuc
parents:
diff
changeset
|
146 |