Mercurial > repos > iuc > describe_samples
annotate describe_samples.xml @ 19:3ff7d5616441 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c6eab3b60743dfa415dc135d657267cc8a0a31ce
| author | iuc |
|---|---|
| date | Tue, 08 Aug 2023 08:57:52 +0000 |
| parents | adb996f86b18 |
| children |
| rev | line source |
|---|---|
|
18
adb996f86b18
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
iuc
parents:
16
diff
changeset
|
1 <tool id="describe_samples" name="Describe samples" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
|
0
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
2 <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
|
3 <macros> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
4 <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
|
5 </macros> |
|
16
b2f54a291114
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c468d2b9613f88cc5f96f77ab1e0592d3c9ce707"
iuc
parents:
15
diff
changeset
|
6 <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
|
7 <command detect_errors="aggressive"><![CDATA[ |
|
18
adb996f86b18
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
iuc
parents:
16
diff
changeset
|
8 mv '$sample_list' '$output' |
|
0
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
9 ]]></command> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
10 <configfiles> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
11 <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
|
12 $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
|
13 #end for]]></configfile> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
14 </configfiles> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
15 <inputs> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
16 <repeat name="samples" title="Samples"> |
|
18
adb996f86b18
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
iuc
parents:
16
diff
changeset
|
17 <param name="name" type="text" label="Full sample name" help="e.g. CondA_replicate1" /> |
|
adb996f86b18
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
iuc
parents:
16
diff
changeset
|
18 <param name="condition" type="text" label="Condition" help="e.g. ConditionA" /> |
|
0
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
19 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
20 </inputs> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
21 <outputs> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
22 <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
|
23 </outputs> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
24 <tests> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
25 <test> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
26 <repeat name="samples"> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
27 <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
|
28 <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
|
29 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
30 <repeat name="samples"> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
31 <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
|
32 <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
|
33 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
34 <repeat name="samples"> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
35 <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
|
36 <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
|
37 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
38 <repeat name="samples"> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
39 <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
|
40 <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
|
41 </repeat> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
42 <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
|
43 </test> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
44 </tests> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
45 <help><![CDATA[ |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
46 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
|
47 |
|
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 ConditionA CondA_replicate1 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
50 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
51 ConditionA CondA_replicate2 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
52 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
53 ConditionB CondB_replicate1 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
54 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
55 ConditionB CondB_replicate2 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
56 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
57 ConditionC CondC_replicate1 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
58 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
59 ConditionC CondC_replicate2 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
60 ----------- ---------------- |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
61 ConditionC CondC_replicate3 |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
62 =========== ================ |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
63 |
|
18
adb996f86b18
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
iuc
parents:
16
diff
changeset
|
64 The output file can be used in the tools 'RNASeq samples quality check for transcript quantification' and 'Differential expression analysis'. |
|
0
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
65 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
|
66 ]]></help> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
67 <expand macro="citation"/> |
|
b30e92575301
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
68 </tool> |
