annotate findcluster.xml @ 4:7625c594bc37 draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
author mvdbeek
date Thu, 02 Mar 2017 09:02:27 -0500
parents
children a3c2c0f6abc9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
1 <tool id="findcluster" name="Find clusters of reads" version="0.3.0">
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>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
4 <requirement type="package" version="0.3.0">readtagger</requirement>
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'
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
13 ]]></command>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
14 <inputs>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
15 <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
16 </inputs>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
17 <outputs>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
18 <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
19 <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
20 </outputs>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
21 <tests>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
22 <test>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
23 <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
24 <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
25 <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
26 </test>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
27 </tests>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
28 <help><![CDATA[
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
29 .. code-block::
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
30
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
31 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
32
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
33 optional arguments:
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
34 -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
35 --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
36 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
37 --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
38 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
39 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
40 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
41 --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
42 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
43 path. (default: None)
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
44 --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
45
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
46 ]]></help>
7625c594bc37 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29-dirty
mvdbeek
parents:
diff changeset
47 </tool>