annotate idba_ud.xml @ 0:fdaf2375d405 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
author iuc
date Fri, 21 Sep 2018 15:25:56 -0400
parents
children 2ed5c0795f99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
1 <tool id="idba_ud" name="IDBA-UD" version="1.1.3">
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
2 <description>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
3 Iterative de Bruijn Graph Assembler <!--for sequencing data with highly uneven depth-->
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
4 </description>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
5 <macros>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
6 <import>macros.xml</import>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
7 </macros>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
8 <expand macro="requirements"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
9 <command><![CDATA[
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
10
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
11 idba_ud
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
12
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
13 --read '$read'
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
14 #if $read_level_2:
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
15 --read_level_2 '$read_level_2'
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
16 #end if
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
17 #if $read_level_3:
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
18 --read_level_3 '$read_level_3'
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
19 #end if
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
20 #if $read_level_4:
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
21 --read_level_4 '$read_level_4'
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
22 #end if
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
23 #if $read_level_5:
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
24 --read_level_5 '$read_level_5'
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
25 #end if
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
26 #if $long_read:
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
27 --long_read '$long_read'
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
28 #end if
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
29 --mink $mink
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
30 --maxk $maxk
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
31 --step $step
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
32 --inner_mink $inner_mink
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
33 --inner_step $inner_step
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
34 --prefix $prefix
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
35 --min_count $min_count
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
36 --min_support $min_support
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
37 --num_threads \${GALAXY_SLOTS:-1}
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
38 --seed_kmer $seed_kmer
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
39 --min_contig $min_contig
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
40 --similar $similar
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
41 --max_mismatch $max_mismatch
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
42 --min_pairs $min_pairs
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
43 #if $other:
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
44 ${" ".join(str($other).split(","))}
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
45 #end if
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
46 ]]></command>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
47
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
48 <inputs>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
49 <param argument="--read" type="data" format="fasta" label="Fasta read file. Lower or equal to 600b"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
50 <param argument="--long_read" type="data" format="fasta" optional="true" label="Fasta long read file. More than 600b"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
51
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
52 <param argument="--read_level_2" type="data" format="fasta" optional="true" label="Fasta Paired-end reads for second level scaffolds"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
53 <param argument="--read_level_3" type="data" format="fasta" optional="true" label="Fasta Paired-end reads for third level scaffolds"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
54 <param argument="--read_level_4" type="data" format="fasta" optional="true" label="Fasta Paired-end reads for fourth level scaffolds"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
55 <param argument="--read_level_5" type="data" format="fasta" optional="true" label="Fasta Paired-end reads for fifth level scaffolds"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
56
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
57 <param argument="--mink" type="integer" value="20" max="312" label="Minimum k value. Lower or equal to 312"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
58 <param argument="--maxk" type="integer" value="100" max="312" label="Maximum k value. Lower or equal to 312"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
59 <param argument="--step" type="integer" value="20" label="Increment of k-mer of each iteration"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
60 <param argument="--inner_mink" type="integer" value="10" label="Inner minimum k value"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
61 <param argument="--inner_step" type="integer" value="5" label="Inner increment of k-mer"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
62 <param argument="--prefix" type="integer" value="3" label="Prefix length used to build sub k-mer table"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
63 <param argument="--min_count" type="integer" value="2" label="Minimum multiplicity for filtering k-mer when building the graph"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
64 <param argument="--min_support" type="integer" value="1" label="Minimum supoort in each iteration"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
65 <param argument="--seed_kmer" type="integer" value="30" label="Seed kmer size for alignment"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
66 <param argument="--min_contig" type="integer" value="200" label="Minimum size of contig"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
67 <param argument="--similar" type="float" value="0.95" label="Similarity for alignment"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
68 <param argument="--max_mismatch" type="integer" value="3" label="Max mismatch of error correction"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
69 <param argument="--min_pairs" type="integer" value="3" label="Minimum number of pairs"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
70
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
71 <param name="other" type="select" display="checkboxes" multiple="true" label="Other options">
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
72 <option value="--no_bubble">Do not merge bubble (--no_bubble)</option>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
73 <option value="--no_local">Do not use local assembly (--no_local)</option>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
74 <option value="--no_coverage">Do not iterate on coverage (--no_coverage)</option>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
75 <option value="--no_correct">Do not do correction (--no_correct)</option>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
76 <option value="--pre_correction">Perform pre-correction before assembly (--pre_correction)</option>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
77 </param>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
78 </inputs>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
79 <outputs>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
80 <data name="output" from_work_dir="out/scaffold.fa" format="fasta"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
81 </outputs>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
82 <tests>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
83 <test>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
84 <param name="read" value="merged.fa" ftype="fasta"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
85 <output name="output" file="out/scaffold.fa" ftype="fasta"/>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
86 </test>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
87 </tests>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
88 <help><![CDATA[
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
89 IDBA-UD is a iterative De Bruijn Graph De Novo Assembler for Short Reads Sequencing data with Highly Uneven Sequencing Depth. It is an extension of IDBA algorithm. IDBA-UD also iterates from small k to a large k. In each iteration, short and low-depth contigs are removed iteratively with cutoff threshold from low to high to reduce the errors in low-depth and high-depth regions. Paired-end reads are aligned to contigs and assembled locally to generate some missing k-mers in low-depth regions. With these technologies, IDBA-UD can iterate k value of de Bruijn graph to a very large value with less gaps and less branches to form long contigs in both low-depth and high-depth regions.
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
90
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
91
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
92 Input: IDBA-UD takes interleaved paired end data in the FASTA format as input,
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
93 i.e. paired-end reads need to be stored in the same FASTA file suc h that a pair
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
94 of reads should be in two consecutive lines.
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
95 In Galaxy paired reads in separate FASTQ files can be converted into interleaved
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
96 FASTA using the tools:
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
97
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
98 * `FASTQ interlacer on paired end read <https://toolshed.g2.bx.psu.edu/view/devteam/fastq_paired_end_interlacer>`_
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
99 * `Samtools extract FASTA or FASTQ from a SAM file <https://toolshed.g2.bx.psu.edu/view/devteam/fastq_to_fasta>`_
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
100
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
101 Note that, IDBA-UD assumes that the paired-end reads are in order (->,<-).
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
102 If your data is in reverse order (<-,->), please convert it by yourself.
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
103 ]]></help>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
104 <citations>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
105 <citation type="doi">10.1093/bioinformatics/bts174</citation>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
106 </citations>
fdaf2375d405 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 6901a5d3feb96ea81d2e3b765b39e32cb94565eb
iuc
parents:
diff changeset
107 </tool>