Mercurial > repos > mvdbeek > bam_readtagger
annotate findcluster.xml @ 18:4a14e25b9ea1 draft
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 51e79d0579f480d98a2c0f6edc3a585455410dfe
author | mvdbeek |
---|---|
date | Tue, 28 Mar 2017 09:33:11 -0400 |
parents | c685bdcb61ff |
children | 8d201345f6dc |
rev | line source |
---|---|
18
4a14e25b9ea1
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 51e79d0579f480d98a2c0f6edc3a585455410dfe
mvdbeek
parents:
17
diff
changeset
|
1 <tool id="findcluster" name="Find clusters of reads" version="0.3.11"> |
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> |
18
4a14e25b9ea1
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 51e79d0579f480d98a2c0f6edc3a585455410dfe
mvdbeek
parents:
17
diff
changeset
|
4 <requirement type="package" version="0.3.11">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' |
12
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
10 #if $reference_fasta: |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
11 --reference_fasta '$reference_fasta' |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
12 #end if |
5
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
13 --output_bam '$output_bam' |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
14 --output_gff '$output_gff' |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
15 --sample_name '$input.element_identifier' |
9
04e14e0da336
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1d14dc7cdb21c782dee08a1d5be1bd956d1a6dc8
mvdbeek
parents:
8
diff
changeset
|
16 --threads "\${GALAXY_SLOTS:-2}" |
5
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
17 ]]></command> |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
18 <inputs> |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
19 <param name="input" argument="--input_path" type="data" format="bam"/> |
12
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
20 <param argument="--reference_fasta" label="Reference Fasta" help="Reconstructed contigs at clusters will be blasted against this sequence." type="data" format="fasta" optional="True"/> |
5
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
21 </inputs> |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
22 <outputs> |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
23 <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
|
24 <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
|
25 </outputs> |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
26 <tests> |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
27 <test> |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
28 <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
|
29 <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
|
30 <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
|
31 </test> |
12
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
32 <test> |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
33 <param name="input" value="extended_and_annotated_roi.bam" ftype="bam"/> |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
34 <param name="reference_fasta" value="reference.fasta" ftype="fasta"/> |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
35 <output name="output_bam" file="three_cluster_out.bam" ftype="bam" lines_diff="2"/> |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
36 <output name="output_gff"> |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
37 <assert_contents> |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
38 <has_text text="FBti0019066_rover_Gypsy" /> |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
39 </assert_contents> |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
40 </output> |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
41 </test> |
5
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
42 </tests> |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
43 <help><![CDATA[ |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
44 .. code-block:: |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
45 |
12
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
46 Usage: findcluster [OPTIONS] |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
47 |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
48 Find clusters of reads that support a TE insertion. |
5
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
49 |
12
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
50 Options: |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
51 --input_path PATH Find cluster in this BAM file. |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
52 --output_bam PATH Write out BAM file with cluster information |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
53 to this path. Reads will have an additional |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
54 "CD" tag to indicate the cluster number |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
55 --output_gff PATH Write out GFF file with cluster information |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
56 to this path. |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
57 --sample_name TEXT Sample name to use when writing out clusters |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
58 in GFF file. Default is to infer the name |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
59 from the input filename. |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
60 --include_duplicates / --no-include_duplicates |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
61 Include reads marked as duplicates when |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
62 finding clusters. |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
63 --reference_fasta TEXT Blast cluster contigs against this fasta |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
64 file |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
65 --blastdb TEXT Blast cluster contigs against this blast |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
66 database |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
67 --threads INTEGER RANGE Threads to use for cap3 assembly step |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
68 --version Show the version and exit. |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
69 --help Show this message and exit. |
c7ee722e48ad
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents:
11
diff
changeset
|
70 |
5
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
71 |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
72 ]]></help> |
f002e5797570
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff
changeset
|
73 </tool> |