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