annotate biotradis_tradis_comparison.xml @ 7:09c1f97a5bcc draft

"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 1c12becfd708c0635632ab92620a846764ec4559-dirty"
author thanhlv
date Fri, 06 Dec 2019 10:11:20 -0500
parents 5506c4307812
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
1 <tool id="tradis_comparison" name="tradis comparison" version="@VERSION@">
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
2 <description>Compares two experimental conditions</description>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
3 <macros>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
4 <import>macros.xml</import>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
5 </macros>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
6 <expand macro="requirements" />
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
8 #for $counter, $input in enumerate($control):
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
9 ln -s '$input' $input.element_identifier &&
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
10 echo ./$new_name >> control &&
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
11 #end for
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
12
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
13 #for $counter, $input in enumerate($conditions):
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
14 ln -s '$input' $input.element_identifier &&
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
15 echo ./$new_name >> conditions &&
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
16 #end for
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
17
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
18 tradis_comparison.R
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
19 --controls control
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
20 --conditions conditions
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
21 -o output.csv
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
22 -p plot.pdf
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
23 #if str($filter.filter_selector)=="yes":
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
24 -f
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
25 -t $filter.cutoff
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
26 #end if
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
27 ]]> </command>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
28 <inputs>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
29 <param name="control" type="data" format="csv" multiple="true" label="Control list"/>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
30 <param name="conditions" type="data" format="csv" multiple="true" label="Condition list"/>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
31 <conditional name="filter">
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
32 <param name="filter_selector" type="select" label="Filter">
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
33 <option value="yes">Yes</option>
7
09c1f97a5bcc "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 1c12becfd708c0635632ab92620a846764ec4559-dirty"
thanhlv
parents: 6
diff changeset
34 <option value="no" selected="true">No</option>
6
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
35 </param>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
36 <when value="yes">
7
09c1f97a5bcc "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 1c12becfd708c0635632ab92620a846764ec4559-dirty"
thanhlv
parents: 6
diff changeset
37 <param name="cutoff" type="integer" min="0" value="0" label="Cut-off value"/>
6
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
38 </when>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
39 <when value="no"/>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
40 </conditional>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
41
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
42 </inputs>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
43
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
44 <outputs>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
45 <data name="output" format="txt" label="${tool.name} on ${on_string} Log" from_work_dir="output.csv"/>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
46 <data name="plot" format="pdf" label="${tool.name} on ${on_string} Plot" from_work_dir="plot.pdf" />
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
47 </outputs>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
48
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
49 <tests>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
50 <test>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
51 </test>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
52 </tests>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
53 <help><![CDATA[
7
09c1f97a5bcc "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 1c12becfd708c0635632ab92620a846764ec4559-dirty"
thanhlv
parents: 6
diff changeset
54 Compares two experimental conditions using the method of Dembek et al.
09c1f97a5bcc "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 1c12becfd708c0635632ab92620a846764ec4559-dirty"
thanhlv
parents: 6
diff changeset
55 mBio 2015. Read counts per gene are compared using edgeR. This analysis
09c1f97a5bcc "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 1c12becfd708c0635632ab92620a846764ec4559-dirty"
thanhlv
parents: 6
diff changeset
56 requires experimental replicates.
6
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
57 ]]> </help>
7
09c1f97a5bcc "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 1c12becfd708c0635632ab92620a846764ec4559-dirty"
thanhlv
parents: 6
diff changeset
58 <expand macro="citations" />
6
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
59
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
60 </tool>