annotate velvetoptimiser.xml @ 2:0e2b4e3f9ca1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 3e9bb51c9919ca1bc1109036ea7ba492c501f877
author iuc
date Fri, 17 Aug 2018 13:46:58 -0400
parents 7db5615f4621
children 37d88f41c810
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
1 <tool id="velvetoptimiser" name="VelvetOptimiser" version="2.2.5">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
2 <description>Automatically optimize Velvet assemblies</description>
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
3 <requirements>
2
0e2b4e3f9ca1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 3e9bb51c9919ca1bc1109036ea7ba492c501f877
iuc
parents: 1
diff changeset
4 <requirement type="package" version="5.22.0">perl</requirement>
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
5 <requirement type="package" version="1.2.10">velvet</requirement>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
6 <requirement type="package" version="2.2.5">perl-velvetoptimiser</requirement>
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
7 </requirements>
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
8 <version_command>VelvetOptimiser.pl --version</version_command>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
10 export OMP_NUM_THREADS=2 &&
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
11 export OMP_THREAD_LIMIT=2 &&
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
12 VelvetOptimiser.pl
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
13 -t "\${GALAXY_SLOTS:-1}"
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
14 -s $start_kmer
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
15 -e $end_kmer
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
16 -d out
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
17 -f "
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
18 #for $i in $files:
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
19 -${i.filetype}
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
20
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
21 #if str($i.paired_type.paired_type_selector) == "paired":
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
22
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
23 #if $i.__index__ > 1:
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
24 -shortPaired$i.__index__
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
25 #else
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
26 -shortPaired
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
27 #end if
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
28
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
29 -separate '$i.paired_type.input1' '$i.paired_type.input2'
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
30 #end if
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
31
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
32 #if str($i.paired_type.paired_type_selector) == "single"
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
33
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
34 #if $i.__index__ > 1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
35 -short$i.__index__
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
36 #else
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
37 -short
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
38 #end if
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
39
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
40 '$i.paired_type.input1'
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
41 #end if
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
42
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
43 #if str($i.paired_type.paired_type_selector) == "paired_collection"
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
44 #if $i.__index__ > 1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
45 -shortPaired$i.__index__
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
46 #else
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
47 -shortPaired
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
48 #end if
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
49 -separate '$i.paired_type.input1.forward' '$i.paired_type.input1.reverse'
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
50 #end if
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
51 #if str($i.paired_type.paired_type_selector) == "paired_iv"
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
52 #if $i.__index__ > 1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
53 -shortPaired$i.__index__
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
54 #else
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
55 -shortPaired
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
56 #end if
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
57 '$i.paired_type.input1'
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
58 #end if
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
59 #end for
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
60 "
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
61
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
62 ##if str($advanced.advanced_select) == "advanced"
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
63 $advanced.verbose
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
64 -k '$advanced.optFuncKmer'
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
65 -c '$advanced.optFuncCov'
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
66 #if str($advanced.velvetg_opts) != ""
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
67 -o '$advanced.velvetg_opts'
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
68 #end if
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
69 -m $advanced.minCutoff
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
70 -z $advanced.maxCutoff
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
71 ##end if
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
72
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
73 ]]></command>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
74 <inputs>
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
75 <param name="start_kmer" type="integer" value="31" label="Start k-mer size" help="Odd integer, Lower limit of k-mer size range to search for optimum value" />
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
76 <param name="end_kmer" type="integer" value="191" label="End k-mer size" help="Odd integer, Upper limit of k-mer size range to search for optimum value" />
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
77 <param name="kmer_step" type="integer" value="2" label="K-mer search step size" help="Even integer, the k-mer value step size when searching the range" />
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
78
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
79 <repeat name="files" title="Input files" min="1">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
80 <param name="filetype" label="Input file type" type="select" help="Input file type">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
81 <option value="fastq">Fastq</option>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
82 <option value="fasta">Fasta</option>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
83 <option value="bam">Bam</option>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
84 </param>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
85 <conditional name="paired_type">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
86 <param name="paired_type_selector" type="select" label="Single or paired end reads" help="Select between paired and single end data">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
87 <option value="paired">Paired</option>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
88 <option value="single">Single</option>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
89 <option value="paired_collection">Paired Collection</option>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
90 <option value="paired_iv">Paired Interleaved</option>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
91 </param>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
92 <when value="paired">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
93 <param name="input1" type="data" format="fastqsanger,fasta,bam" label="Select first set of reads" help="Specify dataset with forward reads"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
94 <param name="input2" type="data" format="fastqsanger,fasta,bam" label="Select second set of reads" help="Specify dataset with reverse reads"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
95 </when>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
96 <when value="single">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
97 <param name="input1" type="data" format="fastqsanger,fasta,bam" label="Select the reads" help="Specify dataset with the reads"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
98 </when>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
99 <when value="paired_collection">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
100 <param name="input1" format="fastqsanger,fasta" type="data_collection" collection_type="paired" label="Select a paired collection" help="See help section for an explanation of dataset collections"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
101 </when>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
102 <when value="paired_iv">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
103 <param name="input1" type="data" format="fastqsanger,fasta,bam" label="Select set of interleaved reads" help="Specify dataset with interleaved paired reads"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
104 </when>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
105 </conditional>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
106 </repeat>
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
107
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
108 <section name="advanced" title="Advanced Options" expanded="false">
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
109 <param name="verbose" type="boolean" checked="false" truevalue="-v" falsevalue="" label="Verbose" help="Include verbose velvet output in log file" />
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
110 <param name="optFuncKmer" type="text" value="n50" label="K-mer optimisation function" help="See help below for possibilities!"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
111 <param name="optFuncCov" type="text" value="Lbp" label="Coverage cutoff optimisation function" help="See help below for possibilities!"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
112 <param name="velvetg_opts" type="text" value="" label="Other velvetg options" help="Add any other required velvetg options from the advanced set"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
113 <param name="minCutoff" type="integer" value="0" label="Minimum coverage cutoff" help="The minimum coverage cutoff to consider in the optimisation"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
114 <param name="maxCutoff" type="float" value="0.8" label="Maximum coverage cutoff" help="The maximum coverage cutoff to consider expressed as a fraction of the calculated expected coverage."/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
115 </section>
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
116 </inputs>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
117
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
118 <outputs>
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
119 <data format="fasta" name="contigs" label="${tool.name} on ${on_string}: Contigs" from_work_dir="out/contigs.fa"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
120 <data format="tabular" name="stats" label="${tool.name} on ${on_string}: Contig Stats" from_work_dir="out/stats.txt"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
121 <data format="tabular" name="logfile" label="${tool.name} on ${on_string}: Log file" hidden="true" from_work_dir="*_Logfile.txt"/>
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
122 </outputs>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
123
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
124 <tests>
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
125 <test>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
126 <param name="start_kmer" value="21" />
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
127 <param name="end_kmer" value="31" />
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
128 <param name="files_0|filetype" value="fasta" />
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
129 <param name="files_0|paired_type|paired_type_selector" value="single" />
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
130 <param name="files_0|paired_type|input1" value="test_reads.fa" ftype="fasta" />
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
131 <output name="contigs" ftype="fasta" file="test-contigs.fa" compare="sim_size"/>
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
132 </test>
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
133 </tests>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
134
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
135 <help><![CDATA[
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
136 **Velvet Optimiser Overview**
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
137
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
138 Velvet_ is a de novo genomic assembler specially designed for short read sequencing technologies, such as Solexa or 454, developed by Daniel Zerbino and Ewan Birney at the European Bioinformatics Institute (EMBL-EBI), near Cambridge, in the United Kingdom.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
139
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
140 Velvet currently takes in short read sequences, removes errors then produces high quality unique contigs. It then uses paired-end read and long read information, when available, to retrieve the repeated areas between contigs.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
141
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
142 Read the Velvet `documentation`__ for details on using the Vevlet Assembler.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
143
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
144 .. _Velvet: http://www.ebi.ac.uk/~zerbino/velvet/
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
145
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
146 .. __: http://www.ebi.ac.uk/~zerbino/velvet/Manual.pdf
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
147
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
148 **VelvetOptimiser**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
149
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
150 VelvetOptimiser_ was written by Simon Gladman of CSIRO/Melbourne University.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
151
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
152 VelvetOptimiser performs a number of velveth and velvetg steps to try and optimise an assembly based on the metrics provided below.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
153
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
154 .. _VelvetOptimiser: http://github.com/Slugger70/VelvetOptimiser
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
155
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
156 Galaxy tool wrapper for newer versions (2.5.5) of Velvet Optimiser. Written by Simon Gladman of Melbourne University.
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
157
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
158 **Outputs**
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
159
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
160
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
161 **Contigs**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
162
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
163 The *contigs.fa* file.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
164 This fasta file contains the sequences of the contigs longer than 2k, where k is the word-length used in velveth. If you have specified a min contig lgth threshold, then the contigs shorter than that value are omitted.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
165 Note that the length and coverage information provided in the header of each contig should therefore be understood in k-mers and in k-mer coverage (cf. 5.1) respectively.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
166 The N's in the sequence correspond to gaps between scaffolded contigs. The number of N's corresponds to the estimated length of the gap. For reasons of compatibility with the archives, any gap shorter than 10bp is represented by a sequence of 10 N's.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
167
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
168 **Stats**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
169
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
170 The *stats.txt* file.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
171 This file is a simple tabbed-delimited description of the nodes. The column names are pretty much self-explanatory. Note however that node lengths are given in k-mers. To obtain the length in nucleotides of each node you simply need to add k - 1, where k is the word-length used in velveth.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
172 The in and out columns correspond to the number of arcs on the 5' and 3' ends of the contig respectively.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
173 The coverages in columns short1 cov, short1 Ocov, short2 cov, and short2 Ocov are provided in k-mer coverage (5.1).
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
174 Also, the difference between # cov and # Ocov is the way these values are computed. In the first count, slightly divergent sequences are added to the coverage tally. However, in the second, stricter count, only the sequences which map perfectly onto the consensus sequence are taken into account.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
175
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
176 **LastGraph**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
177
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
178 The *LastGraph* file.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
179 This file describes in its entirety the graph produced by Velvet. This file is hidden by default.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
180
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
181 **Logfile**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
182
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
183 The Velvet Optimiser's logfile. This file is hidden by default
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
184
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
185 **STDERR**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
186
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
187 The Standard Error output of the Optimiser for error messages etc. This file is hidden by default.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
188
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
189 **Advanced options**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
190
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
191 Verbose : Include verbose velvet output in log file. Good for debugging when things don't work.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
192
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
193 Other Velvetg Options : Extra velvetg options to pass through. eg. -long_mult_cutoff -max_coverage etc (default '') See below for details.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
194
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
195 Minimum coverage cutoff : The minimum cov_cutoff to be used. (default '0').
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
196
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
197 Maximum coverage cutoff : The maximum coverage cutoff to consider as a multiplier of the expected coverage. (default '0.8').
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
198
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
199 K-mer optimisation function : The optimisation function used for k-mer choice. (default 'n50').
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
200
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
201 Coverage cutoff optimisation function : The optimisation function used for cov_cutoff optimisation. (default 'Lbp').
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
202
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
203 Velvet optimiser **assembly optimisation functions** can be built from the following variables.
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
204
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
205 *LNbp* = The total number of Ns in large contigs
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
206
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
207 *Lbp* = The total number of base pairs in large contigs
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
208
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
209 *Lcon* = The number of large contigs
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
210
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
211 *max* = The length of the longest contig
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
212
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
213 *n50* = The n50
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
214
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
215 *ncon* = The total number of contigs
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
216
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
217 *tbp* = The total number of basepairs in contigs
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
218
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
219 Examples are:
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
220
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
221 'Lbp' = Just the total basepairs in contigs longer than 1kb
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
222
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
223 'n50*Lcon' = The n50 times the number of long contigs.
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
224
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
225 'n50*Lcon/tbp+log(Lbp)' = The n50 times the number of long contigs divided by the total bases in all contigs plus the log of the number of bases in long contigs (as an example only.)
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
226
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
227 Defaults are:
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
228
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
229 *n50* for k-mer length optimisation &
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
230
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
231 *Lbp* for coverage cutoff
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
232
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
233 **Hash Length**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
234
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
235 The hash length, also known as k-mer length, corresponds to the length, in base pairs, of the words being hashed.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
236
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
237 The hash length is the length of the k-mers being entered in the hash table. Firstly, you must observe three technical constraints::
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
238 - it must be an odd number, to avoid palindromes. If you put in an even number, Velvet will just decrement it and proceed.
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
239 - it must be below or equal to MAXKMERHASH length (cf. 2.3.3, by default 31bp), because it is stored on 64 bits
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
240 - it must be strictly inferior to read length, otherwise you simply will not observe any overlaps between reads, for obvious reasons.
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
241
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
242 Now you still have quite a lot of possibilities. As is often the case, it's a trade-off between specificity and sensitivity. Longer kmers bring you more specificity (i.e. less spurious overlaps) but lowers coverage (cf. below)... so there's a sweet spot to be found with time and experience.
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
243 We like to think in terms of "k-mer coverage", i.e. how many times has a k-mer been seen among the reads. The relation between k-mer coverage Ck and standard (nucleotide-wise) coverage C is Ck = C * (L - k + 1)/L where k is your hash length, and L you read length.
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
244 Experience shows that this kmer coverage should be above 10 to start getting decent results. If Ck is above 20, you might be "wasting" coverage. Experience also shows that empirical tests with different values for k are not that costly to run! VelvetOptimiser automates these tests for you.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
245
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
246
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
247 **Velvetg options**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
248
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
249 -scaffolding yes|no : scaffolding of contigs used paired end information (default: on)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
250
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
251 -max_branch_length integer : maximum length in base pair of bubble (default: 100)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
252
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
253 -max_divergence floating-point : maximum divergence rate between two branches in a bubble (default: 0.2)
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
254
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
255 -max_gap_count integer : maximum number of gaps allowed in the alignment of the two branches of a bubble (default: 3)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
256
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
257 -min_pair_count integer : minimum number of paired end connections to justify the scaffolding of two long contigs (default: 5)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
258
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
259 -max_coverage floating point : removal of high coverage nodes AFTER tour bus (default: no removal)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
260
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
261 -coverage_mask integer : minimum coverage required for confident regions of contigs (default: 1)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
262
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
263 -long_mult_cutoff integer : minimum number of long reads required to merge contigs (default: 2)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
264
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
265 -paired_exp_fraction double : remove all the paired end connections which less than the specified fraction of the expected count (default: 0.1)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
266
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
267 -conserveLong yes|no : preserve sequences with long reads in them (default no)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
268
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
269
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
270 **Input Files**
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
271
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
272 Velvet works mainly with fasta and fastq formats. For paired-end reads, the assumption is that each read is next to its mate
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
273 read. In other words, if the reads are indexed from 0, then reads 0 and 1 are paired, 2 and 3, 4 and 5, etc.
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
274
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
275 Supported file formats are::
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
276
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
277 fasta
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
278 fastq
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
279 bam
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
280
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
281 Read categories are::
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
282
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
283 short (default)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
284 shortPaired
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
285 long (for Sanger, 454 or even reference sequences)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
286 longPaired
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
287 reference (for pre-mapped sam or bam files - see Velvet manual for details on how to use this option)
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
288
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
289
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
290 ]]></help>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
291 <citations>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
292 <citation type="bibtex">@UNPUBLISHED{GLADMAN2012,
1
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
293 author = "Gladman Simon",
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
294 title = "VelvetOptimiser",
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
295 year = "2012",
7db5615f4621 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/velvetoptimiser commit 86047b0de9e8a4d26d756049543f87e94e3ec3ae
iuc
parents: 0
diff changeset
296 note = "https://github.com/slugger70/VelvetOptimiser"}
0
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
297 </citation>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
298 <citation type="doi">10.1101/gr.074492.107</citation>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
299 <citation type="doi">10.1371/journal.pone.0008407</citation>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
300 </citations>
d81360ea69d8 Initial upload
simon-gladman
parents:
diff changeset
301 </tool>