Mercurial > repos > iuc > describe_samples
annotate describe_samples.xml @ 16:b2f54a291114 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c468d2b9613f88cc5f96f77ab1e0592d3c9ce707"
| author | iuc |
|---|---|
| date | Sat, 27 Nov 2021 10:00:53 +0000 |
| parents | 1eeeb701d0c7 |
| children | adb996f86b18 |
| rev | line source |
|---|---|
|
0
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
8
2b415126dc8b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
0
diff
changeset
|
2 <tool id="describe_samples" name="Describe samples" version="@WRAPPER_VERSION@"> |
|
0
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
3 <description>and replicates</description> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
4 <macros> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
6 </macros> |
|
16
b2f54a291114
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c468d2b9613f88cc5f96f77ab1e0592d3c9ce707"
iuc
parents:
15
diff
changeset
|
7 <expand macro="bio_tools"/> |
|
0
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
9 cp $sample_list $output |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
10 ]]></command> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
11 <configfiles> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
12 <configfile name="sample_list"><![CDATA[#for $sample in $samples: |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
13 $sample.condition $sample.name |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
14 #end for]]></configfile> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
15 </configfiles> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
16 <inputs> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
17 <repeat name="samples" title="Samples"> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
18 <param name="name" type="text" label="Full sample name" help="e.g. CondA_replicate1" optional="False" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
19 <param name="condition" type="text" label="Condition" help="e.g. ConditionA" optional="False" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
20 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
21 </inputs> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
22 <outputs> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
23 <data format="tabular" name="output"/> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
24 </outputs> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
25 <tests> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
26 <test> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
27 <repeat name="samples"> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
28 <param name="condition" value="ConditionA" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
29 <param name="name" value="CondA_replicate1" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
30 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
31 <repeat name="samples"> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
32 <param name="condition" value="ConditionA" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
33 <param name="name" value="CondA_replicate2" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
34 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
35 <repeat name="samples"> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
36 <param name="condition" value="ConditionB" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
37 <param name="name" value="CondB_replicate1" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
38 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
39 <repeat name="samples"> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
40 <param name="condition" value="ConditionB" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
41 <param name="name" value="CondB_replicate2" /> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
42 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
43 <output name="output" file="samples.tsv"/> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
44 </test> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
45 </tests> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
46 <help><![CDATA[ |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
47 This tools allows to describe your samples and replicates, producing a tabular file looking like this: |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
48 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
49 =========== ================ |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
50 ConditionA CondA_replicate1 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
51 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
52 ConditionA CondA_replicate2 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
53 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
54 ConditionB CondB_replicate1 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
55 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
56 ConditionB CondB_replicate2 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
57 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
58 ConditionC CondC_replicate1 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
59 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
60 ConditionC CondC_replicate2 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
61 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
62 ConditionC CondC_replicate3 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
63 =========== ================ |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
64 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
65 IThe output file can be used in the tools 'RNASeq samples quality check for transcript quantification' and 'Differential expression analysis'. |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
66 The names in column 2 must match the names given to the datasets in your history. |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
67 ]]></help> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
68 <expand macro="citation"/> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
69 </tool> |
