annotate miniasm.xml @ 0:b3ec520dc2ed draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
author erasmus-medical-center
date Thu, 12 Jul 2018 05:12:33 -0400
parents
children f0a2f5a9b637
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
1 <tool id="miniasm" name="miniasm" version="0.2.0">
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
2 <description>Ultrafast de novo assembly for long noisy reads </description>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
3 <requirements>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
4 <requirement type="package" version="0.2">miniasm</requirement>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
5 </requirements>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
7 miniasm
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
8 -f '$readFile'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
9 -m '$preselection.minMatch'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
10 -i '$preselection.minIden'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
11 -s '$preselection.minSpan'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
12 -c '$preselection.minCov'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
13 -o '$overlapping.minOvlp'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
14 -h '$overlapping.maxHang'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
15 -I '$overlapping.intThres'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
16 -g '$graph.maxGapDiff'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
17 -d '$graph.maxBubDist'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
18 -e '$graph.minUtgSize'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
19 -n '$graph.nRounds'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
20 -F '$graph.finalDropRatio'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
21 '$paf' > '$gfa'
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
22 ]]></command>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
23 <inputs>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
24 <param name="readFile" type="data" format="fastq,fasta" optional="true" label="Sequence Reads" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
25 <param name="paf" type="data" format="interval" label="PAF file" help="Pairwise mapping format" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
26 <section name="preselection" title="Preselection options">
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
27 <param argument="minMatch" type="integer" value="100" label="Drop mappings having less than this number of matching bases"
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
28 help="column 10 in PAF"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
29 <param argument="minIden" type="float" value="0.05" label="During read filtering, ignore mappings with col10/col11 below this value"
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
30 help="Ignored mappings are still used for read overlaps" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
31 <param argument="minSpan" type="integer" value="1000" label="Drop mappings shorter than this number bp"
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
32 help="This option also affects the second round of read filtering and minimal overlap length"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
33 <param argument="minCov" type="integer" value="3" label="Minimal coverage by other reads"
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
34 help="In the first round of filtering, miniasm finds the longest region covered by this number or more reads. In the second round, it in addition requires each remaining base to be covered by this many bases at least minSpan/2 from the ends of other reads" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
35 </section>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
36 <section name="overlapping" title="Overlapping options">
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
37 <param argument="minOvlp" type="integer" value="1000" label="Minimal overlap length [same as minSpan]" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
38 <param argument="maxHang" type="integer" value="1000" label="Maximum overhang length"
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
39 help="An overhang is an unmapped region that should be mapped given a true overlap or true containment. If the overhang is too long, the mapping is considered an internal match and will be ignored" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
40 <param argument="intThres" type="float" value="0.08" label="Minimal ratio of mapping length to mapping+overhang length for a mapping considered a containment or an overlap"
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
41 help="This option has a similar role to MaxHang, except that it controls the ratio, not length" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
42 </section>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
43 <section name="graph" title="Graph layout options">
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
44 <param argument="maxGapDiff" type="integer" value="1000" label="Maximal gap differences between two reads in a mapping"
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
45 help="This parameter is only used for transitive reduction" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
46 <param argument="maxBubDist" type="integer" value="50000" label="Maximal probing distance for bubble popping"
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
47 help="Bubbles longer than this value will not be popped" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
48 <param argument="minUtgSize" type="integer" value="4" label="A unitig is considered small if it is composed of less than this many reads"
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
49 help="Miniasm may try to remove small unitigs at various steps"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
50 <param argument="nRounds" type="integer" value="3" label="Rounds of short overlap removal" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
51 <param argument="finalDropRatio" type="float" value="0.8" label="Overlap drop ratio threshold after short unitig removal" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
52 </section>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
53 </inputs>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
54 <outputs>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
55 <data name="gfa" format="tabular" label="${tool.name} on ${on_string}: Assembly Graph" />
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
56 </outputs>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
57 <tests>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
58 <test>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
59 <param name="readFile" value="mini_reads.fq"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
60 <param name="paf" value="mini_reads.paf.gz"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
61 <output name="gfa" file="mini_reads.gfa"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
62 </test>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
63 <test>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
64 <param name="readFile" value="mini_reads.fq"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
65 <param name="minMatch" value="99"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
66 <param name="minIden" value="0.04"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
67 <param name="minSpan" value="999"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
68 <param name="minCov" value="2"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
69 <param name="minOvlp" value="999"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
70 <param name="maxHang" value="999"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
71 <param name="intThres" value="0.7"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
72 <param name="maxGapDiff" value="999"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
73 <param name="maxBubDist" value="45000"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
74 <param name="minUtgSize" value="3"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
75 <param name="nRounds" value="2"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
76 <param name="finalDropRatio" value="0.7"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
77 <param name="paf" value="mini_reads.paf.gz"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
78 <output name="gfa" file="reads_advanced.gfa"/>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
79 </test>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
80 </tests>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
81 <help><![CDATA[
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
82 Miniasm is a very fast OLC-based de novo assembler for noisy long reads. It takes all-vs-all read self-mappings
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
83 (typically by minimap) as input and outputs an assembly graph in the GFA format. Different from mainstream assemblers,
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
84 miniasm does not have a consensus step. It simply concatenates pieces of read sequences to generate the final unitig
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
85 sequences. Thus the per-base error rate is similar to the raw input reads.
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
86
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
87 ]]></help>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
88 <citations>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
89 <citation type="doi">10.1093/bioinformatics/btw152</citation>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
90 </citations>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
91 </tool>
b3ec520dc2ed planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/miniasm commit 49a3fba768d496b2b010947f61786cdcf0535e7d
erasmus-medical-center
parents:
diff changeset
92