annotate describe_samples.xml @ 3:73eb64138d11 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit ed037d83415937b11a45a4611584e71e99ad1da0
author iuc
date Thu, 23 Mar 2017 10:17:11 -0400
parents 5bb8e7dcc404
children fee2817c25a8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5bb8e7dcc404 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"?>
5bb8e7dcc404 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff changeset
2 <tool id="describe_samples" name="Describe samples" version="@WRAPPER_VERSION@.0">
5bb8e7dcc404 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>
5bb8e7dcc404 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff changeset
4 <macros>
5bb8e7dcc404 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>
5bb8e7dcc404 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff changeset
6 </macros>
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[
5bb8e7dcc404 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff changeset
8 cp $sample_list $output
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">
5bb8e7dcc404 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff changeset
17 <param name="name" type="text" label="Full sample name" help="e.g. CondA_replicate1" optional="False" />
5bb8e7dcc404 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff changeset
18 <param name="condition" type="text" label="Condition" help="e.g. ConditionA" optional="False" />
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
5bb8e7dcc404 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 95f3e6a69bf939326c73a98e3306bccae8414ecd
iuc
parents:
diff changeset
64 IThe output file can be used in the tools 'RNASeq samples quality check for transcript quantification' and 'Differential expression analysis'.
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>