Mercurial > repos > iuc > describe_samples
annotate describe_samples.xml @ 18:57f477b57c35 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 1d443e73d2eb888660bbbc7af198f5bcca9c1a70
author | iuc |
---|---|
date | Tue, 11 Apr 2023 19:56:55 +0000 |
parents | 0f294e370b95 |
children |
rev | line source |
---|---|
18
57f477b57c35
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
5bb8e7dcc404
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> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
3 <macros> |
5bb8e7dcc404
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> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
5 </macros> |
16
0f294e370b95
"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
5bb8e7dcc404
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
57f477b57c35
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
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
9 ]]></command> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
10 <configfiles> |
5bb8e7dcc404
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: |
5bb8e7dcc404
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 |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
13 #end for]]></configfile> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
14 </configfiles> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
15 <inputs> |
5bb8e7dcc404
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
57f477b57c35
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" /> |
57f477b57c35
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
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
19 </repeat> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
20 </inputs> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
21 <outputs> |
5bb8e7dcc404
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"/> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
23 </outputs> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
24 <tests> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
25 <test> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
26 <repeat name="samples"> |
5bb8e7dcc404
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" /> |
5bb8e7dcc404
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" /> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
29 </repeat> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
30 <repeat name="samples"> |
5bb8e7dcc404
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" /> |
5bb8e7dcc404
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" /> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
33 </repeat> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
34 <repeat name="samples"> |
5bb8e7dcc404
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" /> |
5bb8e7dcc404
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" /> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
37 </repeat> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
38 <repeat name="samples"> |
5bb8e7dcc404
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" /> |
5bb8e7dcc404
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" /> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
41 </repeat> |
5bb8e7dcc404
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"/> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
43 </test> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
44 </tests> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
45 <help><![CDATA[ |
5bb8e7dcc404
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: |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
47 |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
48 =========== ================ |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
49 ConditionA CondA_replicate1 |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
50 ----------- ---------------- |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
51 ConditionA CondA_replicate2 |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
52 ----------- ---------------- |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
53 ConditionB CondB_replicate1 |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
54 ----------- ---------------- |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
55 ConditionB CondB_replicate2 |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
56 ----------- ---------------- |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
57 ConditionC CondC_replicate1 |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
58 ----------- ---------------- |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
59 ConditionC CondC_replicate2 |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
60 ----------- ---------------- |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
61 ConditionC CondC_replicate3 |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
62 =========== ================ |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
63 |
18
57f477b57c35
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
5bb8e7dcc404
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. |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
66 ]]></help> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
67 <expand macro="citation"/> |
5bb8e7dcc404
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff
changeset
|
68 </tool> |