annotate findcluster.xml @ 32:5dcad82862b4 draft

planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
author mvdbeek
date Wed, 21 Jun 2017 07:23:33 -0400
parents 5c32fb616d95
children 5b08a7a4caa9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
5c32fb616d95 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 2cbc10868c9e63e40420da780cc68d5378cc6d5e
mvdbeek
parents: 30
diff changeset
1 <tool id="findcluster" name="Find clusters of reads" version="0.3.24">
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>
31
5c32fb616d95 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 2cbc10868c9e63e40420da780cc68d5378cc6d5e
mvdbeek
parents: 30
diff changeset
4 <requirement type="package" version="0.3.24">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[
20
44bbb5c4553f planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit e3effe4ab3ded37fb610f53deb4d0082daf7fdac
mvdbeek
parents: 19
diff changeset
8 ln -f -s $input input.bam &&
44bbb5c4553f planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit e3effe4ab3ded37fb610f53deb4d0082daf7fdac
mvdbeek
parents: 19
diff changeset
9 ln -f -s $input.metadata.bam_index input.bam.bai &&
5
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
10 findcluster
20
44bbb5c4553f planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit e3effe4ab3ded37fb610f53deb4d0082daf7fdac
mvdbeek
parents: 19
diff changeset
11 --input_path input.bam
32
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
12 #if $transposon_reference_fasta:
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
13 --transposon_reference_fasta '$transposon_reference_fasta'
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
14 #end if
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
15 #if $genome_reference_fasta:
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
16 --genome_reference_fasta '$genome_reference_fasta'
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
17 #end if
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
18 #if $transposon_bwa_index:
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
19 --transposon_bwa_index '$transposon_bwa_index'
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
20 #end if
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
21 #if $genome_bwa_index:
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
22 --genome_bwa_index '$genome_bwa_index'
12
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
23 #end if
5
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
24 --output_bam '$output_bam'
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
25 --output_gff '$output_gff'
20
44bbb5c4553f planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit e3effe4ab3ded37fb610f53deb4d0082daf7fdac
mvdbeek
parents: 19
diff changeset
26 --output_fasta '$output_fasta'
5
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
27 --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
28 --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
29 ]]></command>
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
30 <inputs>
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
31 <param name="input" argument="--input_path" type="data" format="bam"/>
32
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
32 <param argument="--transposon_reference_fasta" label="Transposon Fasta" help="Reconstructed contigs at clusters will be blasted against this sequence." type="data" format="fasta" optional="True"/>
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
33 <param argument="--genome_reference_fasta" label="Genome Fasta" help="Reconstructed contigs at clusters will be blasted against this sequence." type="data" format="fasta" optional="True"/>
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
34 <param argument="--transposon_bwa_index" label="Transposon BWA index" help="Reconstructed contigs at clusters will be blasted against this sequence." type="select" optional="True">
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
35 <options from_data_table="bwa_mem_indexes">
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
36 <filter type="sort_by" column="2" />
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
37 <validator type="no_options" message="No indexes are available" />
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
38 </options>
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
39 </param>
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
40 <param argument="--genome_bwa_index" label="Genome BWA index" help="Reconstructed contigs at clusters will be blasted against this sequence." type="select" optional="True">
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
41 <options from_data_table="bwa_mem_indexes">
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
42 <filter type="sort_by" column="2" />
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
43 <validator type="no_options" message="No indexes are available" />
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
44 </options>
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
45 </param>
5
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
46 </inputs>
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
47 <outputs>
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
48 <data name="output_bam" format="bam" label="findcluster BAM on $on_string"/>
20
44bbb5c4553f planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit e3effe4ab3ded37fb610f53deb4d0082daf7fdac
mvdbeek
parents: 19
diff changeset
49 <data name="output_fasta" format="fasta" label="findcluster contigs on $on_string"/>
5
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
50 <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
51 </outputs>
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
52 <tests>
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
53 <test>
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
54 <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
55 <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
56 <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
57 </test>
12
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
58 <test>
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
59 <param name="input" value="extended_and_annotated_roi.bam" ftype="bam"/>
32
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
60 <param name="transposon_reference_fasta" value="reference.fasta" ftype="fasta"/>
12
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
61 <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
62 <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
63 <assert_contents>
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
64 <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
65 </assert_contents>
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
66 </output>
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
67 </test>
5
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
68 </tests>
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
69 <help><![CDATA[
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
70 .. code-block::
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
71
12
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
72 Usage: findcluster [OPTIONS]
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
73
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
74 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
75
12
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
76 Options:
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
77 --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
78 --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
79 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
80 "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
81 --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
82 to this path.
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
83 --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
84 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
85 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
86 --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
87 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
88 finding clusters.
32
5dcad82862b4 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
mvdbeek
parents: 31
diff changeset
89 --transposon_reference_fasta TEXT Blast cluster contigs against this fasta
12
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
90 file
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
91 --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
92 database
c7ee722e48ad planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 13fe863ca4079d83d897fdf7e394a7474eea6117
mvdbeek
parents: 11
diff changeset
93 --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
94 --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
95 --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
96
5
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
97
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
98 ]]></help>
f002e5797570 planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 14a5033994a789097d1c61d1f3318397813d3d29
mvdbeek
parents:
diff changeset
99 </tool>