annotate findcluster.xml @ 8:bf8ffb337cbe draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1d14dc7cdb21c782dee08a1d5be1bd956d1a6dc8-dirty
author mvdbeek
date Sun, 05 Mar 2017 13:29:42 -0500
parents d2009cdcdeba
children 53b71263e2a2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
bf8ffb337cbe planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1d14dc7cdb21c782dee08a1d5be1bd956d1a6dc8-dirty
mvdbeek
parents: 7
diff changeset
1 <tool id="findcluster" name="Find clusters of reads" version="0.3.4">
4
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
2 <description>in bam files</description>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
3 <requirements>
8
bf8ffb337cbe planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1d14dc7cdb21c782dee08a1d5be1bd956d1a6dc8-dirty
mvdbeek
parents: 7
diff changeset
4 <requirement type="package" version="0.3.4">readtagger</requirement>
4
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
5 </requirements>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
6 <version_command>findcluster --version</version_command>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
7 <command detect_errors="aggressive"><![CDATA[
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
8 findcluster
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
9 --input_path '$input'
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
10 --output_bam '$output_bam'
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
11 --output_gff '$output_gff'
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
12 --sample_name '$input.element_identifier'
8
bf8ffb337cbe planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1d14dc7cdb21c782dee08a1d5be1bd956d1a6dc8-dirty
mvdbeek
parents: 7
diff changeset
13 --threads "\${GALAXY_SLOTS:-2}"
4
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
14 ]]></command>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
15 <inputs>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
16 <param name="input" argument="--input_path" type="data" format="bam"/>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
17 </inputs>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
18 <outputs>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
19 <data name="output_bam" format="bam" label="findcluster BAM on $on_string"/>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
20 <data name="output_gff" format="gff3" label="findcluster GFF on $on_string"/>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
21 </outputs>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
22 <tests>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
23 <test>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
24 <param name="input" value="extended_and_annotated_roi.bam" ftype="bam"/>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
25 <output name="output_bam" file="three_cluster_out.bam" ftype="bam" lines_diff="2"/>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
26 <output name="output_gff" file="three_cluster_out.gff" ftype="gff3" lines_diff="0"/>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
27 </test>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
28 </tests>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
29 <help><![CDATA[
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
30 .. code-block::
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
31
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
32 Find clusters of reads that support a TE insertion.
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
33
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
34 optional arguments:
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
35 -h, --help show this help message and exit
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
36 --input_path INPUT_PATH
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
37 Find cluster in this BAM file. (default: None)
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
38 --output_bam OUTPUT_BAM
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
39 Write out BAM file with cluster information to this
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
40 path. Reads will have an additional "CD" tag to
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
41 indicate the cluster number (default: None)
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
42 --output_gff OUTPUT_GFF
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
43 Write out GFF file with cluster information to this
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
44 path. (default: None)
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
45 --version show program's version number and exit
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
46
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
47 ]]></help>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
48 </tool>