annotate nullarbor.xml @ 0:f9c1aaf4f592 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
author thanhlv
date Fri, 03 May 2019 07:16:27 -0400
parents
children c9e2a0019616
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
1 <tool id="nullarbor" name="nullarbor" version="@VERSION@">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
2 <description>Pipeline to generate complete public health microbiology reports from sequenced isolates</description>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
3 <macros>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
4 <import>macros.xml</import>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
5 </macros>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
6
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
7 <expand macro="requirements" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
8 <expand macro="version_command" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
9 <expand macro="env" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
11
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
12 nullarbor.pl
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
13 --run
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
14 --cpus $opt.cpus
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
15
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
16 #if $opt.verbose
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
17 $opt.verbose
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
18 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
19
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
20 --gcode $adv_opt.gcode
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
21
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
22 #if $opt.trim
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
23 $opt.trim
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
24 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
25
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
26 #if str($adv_opt.mlst) != "auto"
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
27 --mlst '$adv_opt.mlst'
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
28 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
29
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
30 #if str($adv_opt.snippy_opt) != ""
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
31 --snippy_opt $adv_opt.snippy_opt
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
32 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
33
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
34 #if str($adv_opt.roary_opt) != ""
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
35 --roary_opt $adv_opt.roary_opt
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
36 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
37
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
38 #if str($adv_opt.mask) != "AUTO"
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
39 --mask $adv_opt.mask
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
40 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
41
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
42 --assembler $plugins.assembler
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
43
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
44 #if str($plugins.assembler-opt) != ""
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
45 --assembler-opt $plugins.assembler-opt
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
46 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
47
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
48 --treebuilder $plugins.treebuilder
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
49
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
50 #if str($plugins.treebuilder-opt) != ""
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
51 --treebuilder-opt $plugins.treebuilder-opt
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
52 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
53
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
54 --taxoner $plugins.taxoner
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
55
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
56 #if str($plugins.taxoner-opt) != ""
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
57 --taxoner-opt $plugins.taxoner-opt
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
58 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
59
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
60 --annotator $plugins.annotator
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
61
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
62 #if str($plugins.annotator-opt) != ""
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
63 --annotator-opt $plugins.annotator-opt
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
64 #end if
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
65
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
66 --name $name
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
67 --ref $ref
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
68 --input $tab_file
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
69 --outdir out
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
70
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
71 ]]></command>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
72
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
73 <inputs>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
74 <param name="tab_file" format="txt" type="data" label="Tab file generated from nullarbor_prepare" help="You need to run nullarbor_test for generating a tab file of reads before running this tool"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
75 <param name="ref" type="data" format="fasta" label="Reference genome " help="Reference file in FASTA or GBK format"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
76 <param name="name" type="text" optional="False" label="Job name" help="" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
77
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
78 <section name='opt' title = "Options">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
79 <param name="cpus" argument="--cpus" type="integer" value="8" label="CPUs" help="Maximum number of CPUs to use in total (Default: 8)" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
80 <param name="verbose" argument="--verbose" type="boolean" truevalue="--verbose" falsevalue="" label="Verbose" help="More screen output" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
81 </section>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
82
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
83 <section name="adv_opt" title="Advanced Options">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
84 <param name="gcode" argument="--gcode" type="integer" value="11" label="Genetic code for prokka" help="(Default: 11)" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
85 <param name="trim" argument="--trim" type="boolean" truevalue="--trim" falsevalue="" checked="False" label="Trim reads of adaptors" help="(Default: NO)" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
86 <param name="mlst" argument="--mlst" type="select" label="Force this MLST scheme" help="(Default: AUTO)">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
87 <option value="auto">AUTO</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
88 <option value="abaumannii">Acinetobacter baumannii</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
89 <option value="abaumannii_2">Acinetobacter baumannii 2</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
90 <option value="achromobacter">Achromobacter</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
91 <option value="aeromonas">Aeromonas</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
92 <option value="afumigatus">Aspergillus afumigatus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
93 <option value="aphagocytophilum">Anaplasma aphagocytophilum</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
94 <option value="arcobacter">Arcobacter</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
95 <option value="bburgdorferi">Borrelia burgdorferi</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
96 <option value="bcc">Burkholderia cepacia</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
97 <option value="bcereus">Bacillus cereus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
98 <option value="bhampsonii">Brachyspira hampsonii</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
99 <option value="bhenselae">Bartonella henselae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
100 <option value="bhyodysenteriae">Brachyspira hyodysenteriae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
101 <option value="bifidobacterium">Bifidobacterium bifidobacterium</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
102 <option value="bintermedia">Brachyspira intermedia</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
103 <option value="blicheniformis">Bacillus licheniformis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
104 <option value="bordetella">Bordetella pertussis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
105 <option value="borrelia">Borrelia</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
106 <option value="bpilosicoli">Brachyspira pilosicoli</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
107 <option value="bpseudomallei">Burkholderia pseudomallei</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
108 <option value="brachyspira">Brachyspira</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
109 <option value="bsubtilis">Bacillus subtilis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
110 <option value="calbicans">Candida albicans</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
111 <option value="campylobacter">Campylobacter coli</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
112 <option value="campylobacter">Campylobacter jejuni</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
113 <option value="cbotulinum">Clostridium botulinum</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
114 <option value="cconcisus">Campylobacter concisus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
115 <option value="cdifficile">Clostridium difficile</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
116 <option value="cdifficile">Peptoclostridium difficile</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
117 <option value="cdifficile_2">Clostridium difficile 2</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
118 <option value="cdiphtheriae">Corynebacterium diphtheriae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
119 <option value="cfetus">Campylobacter fetus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
120 <option value="cfreundii">Citrobacter freundii</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
121 <option value="cglabrata">Candida glabrata</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
122 <option value="chelveticus">Campylobacter helveticus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
123 <option value="chlamydiales">Chlamydia</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
124 <option value="chyointestinalis">Campylobacter hyointestinalis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
125 <option value="cinsulaenigrae">Campylobacter insulaenigrae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
126 <option value="ckrusei">Candida krusei</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
127 <option value="clanienae">Campylobacter lanienae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
128 <option value="clari">Campylobacter lari</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
129 <option value="cmaltaromaticum">Carnobacterium maltaromaticum</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
130 <option value="cneoformans">Cryptococcus neoformans</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
131 <option value="cronobacter">Cronobacter</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
132 <option value="csepticum">Clostridium septicum</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
133 <option value="csinensis">Clonorchis sinensis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
134 <option value="csputorum">Campylobacter sputorum</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
135 <option value="ctropicalis">Candida tropicalis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
136 <option value="cupsaliensis">Campylobacter upsaliensis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
137 <option value="ecloacae">Enterobacter cloacae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
138 <option value="ecoli">Escherichia</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
139 <option value="ecoli">Shigella</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
140 <option value="ecoli_2">Escherichia 2</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
141 <option value="edwardsiella">Edwardsiella tarda</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
142 <option value="efaecalis">Enterococcus faecalis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
143 <option value="efaecium">Enterococcus faecium</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
144 <option value="fpsychrophilum">Flavobacterium psychrophilum</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
145 <option value="haemophilus">Haemophilus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
146 <option value="hcinaedi">Helicobacter cinaedi</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
147 <option value="hinfluenzae">Haemophilus influenzae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
148 <option value="hparasuis">Haemophilus parasuis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
149 <option value="hpylori">Helicobacter pylori</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
150 <option value="hsuis">Haematopinus suis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
151 <option value="kkingae">Kingella kingae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
152 <option value="koxytoca">Klebsiella oxytoca</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
153 <option value="kpneumoniae">Klebsiella pneumoniae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
154 <option value="kseptempunctata">Kudoa septempunctata</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
155 <option value="lcasei">Lactobacillus casei</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
156 <option value="legionella">Legionella</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
157 <option value="leptospira">Leptospira</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
158 <option value="leptospira_2">Leptospira 2</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
159 <option value="leptospira_3">Leptospira 3</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
160 <option value="lmonocytogenes">Listeria monocytogenes</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
161 <option value="lsalivarius">Lactobacillus salivarius</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
162 <option value="mabscessus">Mycobacterium abscessus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
163 <option value="magalactiae">Mycoplasma agalactiae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
164 <option value="mbovis">Mycoplasma bovis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
165 <option value="mcatarrhalis">Moraxells catarrhalis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
166 <option value="mhaemolytica">Mannheimia haemolytica</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
167 <option value="mhyorhinis">Mycoplasma hyorhinis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
168 <option value="mmassiliense">Mycobacterium massiliense</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
169 <option value="mplutonius">Melissococcus plutonius</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
170 <option value="neisseria">Neisseria</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
171 <option value="orhinotracheale">Ornithobacterium rhinotracheale</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
172 <option value="otsutsugamushi">Orientia tsutsugamushi</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
173 <option value="pacnes">Propionibacterium acnes</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
174 <option value="paeruginosa">Pseudomonas aeruginosa</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
175 <option value="pagglomerans">Pantoea agglomerans</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
176 <option value="pfluorescens">Pseudomonas fluorescens</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
177 <option value="pfreudenreichii">Propionibacterium freudenreichii</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
178 <option value="pgingivalis">Porphyromonas gingivalis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
179 <option value="plarvae">Paenibacillus larvae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
180 <option value="pmultocida_multihost">Pasteurella multocida</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
181 <option value="pmultocida_rirdc">Pasteurella multocida</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
182 <option value="ppentosaceus">Pediococcus pentosaceus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
183 <option value="pshigelloides">Plesiomonas shigelloides</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
184 <option value="ranatipestifer">Riemerella anatipestifer</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
185 <option value="sagalactiae">Streptococcus agalactiae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
186 <option value="saureus">Staphylococcus aureus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
187 <option value="scanis">Streptococcus canis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
188 <option value="sdysgalactiae">Streptococcus dysgalactiae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
189 <option value="senterica">Salmonella enterica</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
190 <option value="sepidermidis">Staphylococcus epidermidis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
191 <option value="sgallolyticus">Streptococcus gallolyticus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
192 <option value="shaemolyticus">Staphylococcus haemolyticus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
193 <option value="shominis">Stapylococcus hominis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
194 <option value="sinorhizobium">Sinorhizobium</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
195 <option value="slugdunensis">Staphylococcus lugdunensis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
196 <option value="smaltophilia">Stenotrophomonas maltophilia</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
197 <option value="soralis">Streptococcus oralis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
198 <option value="spneumoniae">Streptococcus pneumoniae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
199 <option value="spseudintermedius">Staphylococcus pseudintermedius</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
200 <option value="spyogenes">Streptococcus pyogenes</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
201 <option value="ssuis">Streptococcus suis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
202 <option value="sthermophilus">Streptococcus thermophilus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
203 <option value="sthermophilus_2">Streptococcus thermophilus 2</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
204 <option value="streptomyces">Streptomyces</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
205 <option value="suberis">Streptococcus uberis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
206 <option value="szooepidemicus">Streptococcus equi</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
207 <option value="taylorella">Taylorella</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
208 <option value="tenacibaculum">Tenacibaculum</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
209 <option value="tvaginalis">Trichomonas vaginalis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
210 <option value="vcholerae">Vibrio cholerae</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
211 <option value="vibrio">Vibrio</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
212 <option value="vparahaemolyticus">Vibrio parahaemolyticus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
213 <option value="vtapetis">Vibrio tapetis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
214 <option value="vvulnificus">Vibrio vulnificus</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
215 <option value="wolbachia">Wolbachia</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
216 <option value="xfastidiosa">Xylella fastidiosa</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
217 <option value="yersinia">Yersinia</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
218 <option value="ypseudotuberculosis">Yersinia pseudotuberculosis</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
219 <option value="yruckeri">Yersinia ruckeri</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
220 </param>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
221
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
222 <param name="snippy_opt" argument="--snippy_opt" type="text" value="" label="Snippy options" help="Options to pass to snippy eg. '--mincov 10 --ram 32'" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
223 <param name="roary_opt" argument="--roary_opt" type="text" value="" label="Roary options" help="Options to pass to roary eg. '-iv 1.75 -s -cd 97'" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
224 <param name="mask" argument="--mask" type="text" value="AUTO" label="Mask regions (BED)" help="Mask core SNPS in these regions or 'auto'" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
225 </section>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
226
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
227 <section name="plugins" title="Plugins">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
228 <param name="treebuilder" argument="--assembler" type="select" label="Assembler to use" help="Which assembler would you like shovill to use, default is skesa">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
229 <option value="skesa" selected="True">skesa</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
230 <option value="skesa_fast">skesa fast</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
231 <option value="megahit">megahit</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
232 <option value="shovill">shovill</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
233 <option value="spades">Spades</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
234 </param>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
235 <param name="assembler-opt" argument="--assembler-opt" type="text" value="" label="Extra assembler options to pass" help="" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
236 <param name="treebuilder" argument="--treebuilder" type="select" label="Tree-builder to use" help="Which tree builder would you like to use, default is iqtree_fast">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
237 <option value="fasttree">fasttree</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
238 <option value="iqtree">iqtree</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
239 <option value="iqtree_fast" selected="True">iqtree_fast</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
240 <option value="iqtree_slow">iqtree_slow</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
241 </param>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
242 <param name="treebuilder-opt" argument="--treebuilder-opt" type="text" value="" label="Extra tree-builder options to pass" help="" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
243 <param name="taxoner" argument="--taxoner" type="select" label="Species ID tool to use" help="Which taxoner would you like to use, default is kraken">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
244 <option value="kraken" selected="True">kraken</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
245 <option value="centrifuge">centrifuge</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
246 </param>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
247 <param name="taxoner-opt" argument="--taxoner-opt" type="text" value="" label="Extra taxoner options to pass" help="" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
248 <param name="annotator" argument="--annotator" type="select" label="Genome annotator to use" help="Which genome annotator would you like to use, default is prokka_fast">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
249 <option value="prokka_fast" selected="True">prokka_fast</option>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
250 </param>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
251 <param name="annotator-opt" argument="--annotator-opt" type="text" value="" label="Extra annotator options to pass" help="" />
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
252 </section>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
253
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
254 </inputs>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
255
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
256 <outputs>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
257 <data name="nullarbor_log" format="txt" label="${tool.name} on ${on_string} Log file" from_work_dir="out/nullarbor.log" >
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
258 <filter>log</filter>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
259 </data>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
260 <data name="report" format="html" label="${tool.name} on ${on_string}: Report" from_work_dir="out/report/index.html"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
261 <data name="jobinfo" format="txt" label="${tool.name} on ${on_string}: jobinfo.csv" from_work_dir="out/report/jobinfo.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
262 <data name="seqdata" format="txt" label="${tool.name} on ${on_string}: seqdata.csv" from_work_dir="out/report/seqdata.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
263 <data name="identification" format="txt" label="${tool.name} on ${on_string}: identification.csv" from_work_dir="out/report/identification.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
264 <data name="mlst" format="tabular" label="${tool.name} on ${on_string}: mlst.csv" from_work_dir="out/report/mlst.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
265 <data name="resitome" format="tabular" label="${tool.name} on ${on_string}: resitome.csv" from_work_dir="out/report/resitome.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
266 <data name="virulome" format="tabular" label="${tool.name} on ${on_string}: virulome.csv" from_work_dir="out/report/virulome.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
267 <data name="assembly" format="txt" label="${tool.name} on ${on_string}: assembly.csv" from_work_dir="out/report/assembly.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
268 <data name="reference" format="txt" label="${tool.name} on ${on_string}: reference.csv" from_work_dir="out/report/reference.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
269 <data name="core" format="txt" label="${tool.name} on ${on_string}: core.csv" from_work_dir="out/report/core.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
270 <data name="core_newick" format="txt" label="${tool.name} on ${on_string}: core.newick" from_work_dir="out/report/core.newick"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
271 <data name="snpdist" format="tabular" label="${tool.name} on ${on_string}: snpdist.csv" from_work_dir="out/report/snpdist.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
272 <data name="pan" format="txt" label="${tool.name} on ${on_string}: pan.csv" from_work_dir="out/report/pan.csv"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
273 </outputs>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
274
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
275 <tests>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
276 <test>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
277 </test>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
278 </tests>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
279
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
280 <help><![CDATA[
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
281 NAME
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
282 nullarbor.pl 2.0.20181010
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
283 SYNOPSIS
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
284 Reads to reports for public health microbiology
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
285 AUTHOR
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
286 Torsten Seemann
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
287 USAGE
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
288 nullarbor.pl [options] --name NAME --ref REF.FA/GBK --input INPUT.TAB --outdir DIR
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
289
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
290 DOCUMENTATION
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
291 https://github.com/tseemann/nullarbor
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
292
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
293 ]]></help>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
294
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
295 <citations>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
296 <citation type="bibtex">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
297 @UNPUBLISHED{Seemann2018,
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
298 author = {Seemann, Torsten},
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
299 title = {Nullarbor: Pipeline to generate complete public health microbiology reports from sequenced isolates},
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
300 year = {2018},
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
301 url = {https://github.com/tseemann/nullarbor},
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
302 }
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
303 </citation>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
304 </citations>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
305
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
306 </tool>