annotate biotradis_tradis_comparison.xml @ 6:5506c4307812 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
author thanhlv
date Wed, 23 Oct 2019 10:40:28 -0400
parents
children 09c1f97a5bcc
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>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
34 <option value="no" selected="true" >No</option>
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">
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
37 <param name="cutoff" type="integer" value="" label="Cut-off value"/>
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[
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
54 Adds transposon sequence and quality tags to the read strings and
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
55 outputs a BAM.
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
56
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 Usage: add_tags -b file.bam [options]
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
58
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 Options:
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 -b : bam file with tradis tags
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
61 -v : verbose debugging output
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
62 ]]> </help>
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
63
5506c4307812 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 312fa79eebd5a3da99506d18deba55e6824f3956-dirty
thanhlv
parents:
diff changeset
64 </tool>