annotate sistr_cmd.xml @ 0:1f6159dc3598 draft default tip

planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
author nml
date Fri, 20 Dec 2024 18:33:49 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
1 <tool id="sistr_cmd" name="sistr_cmd" version="@VERSION@+galaxy0">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
2 <description>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
3 Salmonella In Silico Typing Resource command-line tool for serovar prediction
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
4 </description>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
5 <macros>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
6 <token name="@VERSION@">1.1.3</token>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
7 </macros>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
8 <xrefs>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
9 <xref type="bio.tools">SISTR</xref>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
10 </xrefs>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
11 <requirements>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
12 <requirement type="package" version="@VERSION@">sistr_cmd</requirement>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
13 </requirements>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
14 <stdio>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
15 <exit_code range="1:" />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
16 </stdio>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
17 <command><![CDATA[
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
18
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
19 sistr
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
20 #for $fasta in $input_fastas
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
21 -i '$fasta' '${$fasta.element_identifier.replace("." + $fasta.ext, "")}'
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
22 #end for
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
23 -f $output_format
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
24 -o sistr-report.$output_format
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
25 -p $cgmlst_profiles
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
26 -n $novel_alleles
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
27 -a $alleles_output
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
28 $use_full_cgmlst_db
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
29 $no_cgmlst
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
30 $run_mash
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
31 $qc
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
32 #if $serovar_list.selection_mode == "default"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
33 --list-of-serovars
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
34 #elif $serovar_list.selection_mode == "custom"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
35 --list-of-serovars $serovar_list.custom_list_of_serovars_file
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
36 #end if
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
37 --threads "\${GALAXY_SLOTS:-1}"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
38 -T "\${TMPDIR:-/tmp}"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
39 $keep_tmp
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
40 $more_output
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
41 $verbosity
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
42 ]]></command>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
43 <inputs>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
44 <param
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
45 name="input_fastas"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
46 type="data"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
47 label="Input Genome(s)"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
48 optional="false"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
49 multiple="true"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
50 format="fasta"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
51 />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
52 <param
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
53 name="output_format"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
54 type="select"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
55 label="Results output format"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
56 multiple="false">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
57 <option value="tab" selected="true">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
58 Tabular (tab-delimited values)
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
59 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
60 <option value="csv">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
61 CSV (Comma Separated Values)
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
62 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
63 <option value="json">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
64 JSON (JavaScript Object Notation)
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
65 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
66 </param>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
67 <param
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
68 name="use_full_cgmlst_db"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
69 type="boolean"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
70 checked="false"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
71 truevalue="--use-full-cgmlst-db"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
72 falsevalue=""
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
73 label="Use full cgMLST database for serovar prediction. About 10X slower with equivalent results to reduced centroid allele database."
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
74 />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
75 <param
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
76 name="run_mash"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
77 type="boolean"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
78 checked="true"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
79 truevalue="--run-mash"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
80 falsevalue=""
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
81 label="Run Mash MinHash-based serovar prediction"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
82 />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
83 <param
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
84 name="no_cgmlst"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
85 type="boolean"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
86 checked="false"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
87 truevalue="--no-cgmlst"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
88 falsevalue=""
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
89 label="Skip running cgMLST-based serovar prediction"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
90 />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
91 <param
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
92 name="qc"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
93 type="boolean"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
94 checked="true"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
95 truevalue="--qc"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
96 falsevalue=""
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
97 label="Basic QC of results"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
98 />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
99 <conditional name="serovar_list">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
100 <param label="Check predicted SISTR serovar against the list of serovars?" name="selection_mode" type="select">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
101 <option value="none">Not selected</option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
102 <option selected="true" value="default">Use the default list</option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
103 <option value="custom">Use a custom list</option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
104 </param>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
105 <when value="none"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
106 <when value="default"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
107 <when value="custom">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
108 <param name="custom_list_of_serovars_file" type="data" format="text" optional="true" label="Custom list of serovars (optional)"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
109 help="if no file selected, the default one is used available at https://raw.githubusercontent.com/phac-nml/sistr_cmd/v1.1.3/sistr/data/serovar-list.txt"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
110 />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
111 </when>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
112 </conditional>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
113 <param
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
114 name="more_output"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
115 type="select"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
116 label="Results verbosity">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
117 <option value="" selected="true">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
118 Basic results only
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
119 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
120 <option value="-M">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
121 Report top antigen BLAST results
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
122 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
123 <option value="-MM" >
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
124 Report all antigen BLAST results
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
125 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
126 </param>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
127 <param
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
128 name="keep_tmp"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
129 type="boolean"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
130 checked="false"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
131 falsevalue=""
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
132 truevalue="--keep-tmp"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
133 label="Keep temporary analysis directory"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
134 />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
135 <param
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
136 name="verbosity"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
137 type="select"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
138 label="Logging verbosity">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
139 <option value="">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
140 Error messages only
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
141 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
142 <option value="-v">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
143 Show warning messages
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
144 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
145 <option value="-vv" selected="true">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
146 Show info messages
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
147 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
148 <option value="-vvv">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
149 Show debug messages
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
150 </option>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
151 </param>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
152 </inputs>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
153 <outputs>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
154 <data
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
155 name="output_prediction_csv"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
156 format="csv"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
157 label="${tool.name} on ${input_fastas[0].element_identifier}: Main Report (csv)"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
158 from_work_dir="sistr-report.csv">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
159 <filter>output_format == "csv"</filter>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
160 </data>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
161 <data
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
162 name="output_prediction_json"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
163 format="json"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
164 label="${tool.name} on ${input_fastas[0].element_identifier}: Main Report (json)"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
165 from_work_dir="sistr-report.json">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
166 <filter>output_format == "json"</filter>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
167 </data>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
168 <data
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
169 name="output_prediction_tab"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
170 format="tabular"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
171 label="${tool.name} on ${input_fastas[0].element_identifier}: Main Report (tab)"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
172 from_work_dir="sistr-report.tab">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
173 <filter>output_format == "tab"</filter>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
174 </data>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
175 <data
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
176 name="cgmlst_profiles"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
177 format="csv"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
178 label="${tool.name} on ${input_fastas[0].element_identifier}: cgMLST allele match results (csv)" />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
179 <data
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
180 name="novel_alleles"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
181 format="fasta"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
182 label="${tool.name} on ${input_fastas[0].element_identifier}: Novel cgMLST alleles (fasta)" />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
183 <data
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
184 name="alleles_output"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
185 format="json"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
186 label="${tool.name} on ${input_fastas[0].element_identifier}: cgMLST allele match results (json)" />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
187 </outputs>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
188 <tests>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
189 <test expect_num_outputs="4">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
190 <param name="input_fastas" value="AE014613-699860.fasta" ftype="fasta"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
191 <param name="output_format" value="tab"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
192 <param name="selection_mode" value="none"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
193 <output
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
194 name="cgmlst_profiles"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
195 value="cgmlst-profiles-AE014613.csv"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
196 ftype="csv"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
197 compare="diff">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
198 </output>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
199 <output name="output_prediction_tab"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
200 ftype="tabular"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
201 value="sistr-results-AE014613-699860.tabular"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
202 compare="sim_size">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
203 <assert_contents>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
204 <has_text text="AE014613-699860" />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
205 <has_text text="Typhi" />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
206 <has_text text="enterica" />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
207 <has_text_matching expression="FAIL\t-\t-:-:-\t-:-:-"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
208 <has_text text="2014-LET-0419"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
209 <has_n_columns n="23" />
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
210 </assert_contents>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
211 </output>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
212 <output
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
213 name="alleles_output"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
214 value="alleles-output-AE014613.json"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
215 ftype="json"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
216 compare="sim_size">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
217 <assert_contents>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
218 <has_text text="NZ_AOXE01000059.1"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
219 <has_text text="Salmonella enterica subsp. enterica serovar Typhi Ty2"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
220 <has_text text="NZ_AOXE01000033.1"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
221 <has_text text="NZ_AOXE01000052.1"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
222 </assert_contents>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
223 </output>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
224 </test>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
225 <test expect_num_outputs="4">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
226 <param name="input_fastas" value="13-1101-Paratyphi_B_varJava.fasta" ftype="fasta"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
227 <param name="output_format" value="tab"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
228 <output
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
229 name="novel_alleles"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
230 value="novel-alleles-13-1101.fasta"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
231 ftype="fasta"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
232 compare="sim_size"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
233 <output
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
234 name="cgmlst_profiles"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
235 value="cgmlst-profiles-13-1101.csv"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
236 ftype="csv"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
237 compare="diff">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
238 </output>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
239 <output
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
240 name="output_prediction_tab"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
241 value="sistr-results-13-1101.tabular"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
242 ftype="tabular"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
243 compare="sim_size">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
244 <assert_contents>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
245 <has_text text="13-1101-Paratyphi_B"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
246 <has_text text="Paratyphi B var. Java"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
247 <has_text text="enterica"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
248 <has_text text="1,4,[5],12"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
249 <has_text text="1,4,[5],12:b:1,2"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
250 <has_text text="FAIL"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
251 <has_text text="Y"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
252 <has_n_columns n="24"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
253 </assert_contents>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
254 </output>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
255 <output
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
256 name="alleles_output"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
257 value="alleles-output-13-1101.json"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
258 ftype="json"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
259 compare="sim_size">
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
260 <assert_contents>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
261 <has_text text="13-1101-Paratyphi_B"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
262 <has_text text="NZ_AOXE01000059.1"/>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
263 </assert_contents>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
264 </output>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
265 </test>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
266 </tests>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
267 <help>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
268 <![CDATA[
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
269
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
270 Usage::
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
271
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
272 usage: sistr_cmd [-h] [-i fasta_path genome_name] [-f OUTPUT_FORMAT]
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
273 [-o OUTPUT_PREDICTION] [-M] [-p CGMLST_PROFILES]
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
274 [-n NOVEL_ALLELES] [-a ALLELES_OUTPUT] [-T TMP_DIR] [-K]
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
275 [--use-full-cgmlst-db] [--no-cgmlst] [-m] [--qc] [-t THREADS]
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
276 [-v] [-V]
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
277 [F [F ...]]
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
278
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
279 SISTR (Salmonella In Silico Typing Resource) Command-line Tool
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
280 ==============================================================
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
281 Serovar predictions from whole-genome sequence assemblies by determination of antigen gene and cgMLST gene alleles using BLAST.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
282
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
283 Note about using the "--use-full-cgmlst-db" flag:
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
284 The "centroid" allele database is ~10% the size of the full set so analysis is much quicker with the "centroid" vs "full" set of alleles.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
285 Results between 2 cgMLST allele sets should not differ.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
286
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
287 If you find this program useful in your research, please cite as:
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
288 The Salmonella In Silico Typing Resource (SISTR): an open web-accessible tool for rapidly typing and subtyping draft Salmonella genome assemblies.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
289 Catherine Yoshida, Peter Kruczkiewicz, Chad R. Laing, Erika J. Lingohr, Victor P.J. Gannon, John H.E. Nash, Eduardo N. Taboada.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
290 PLoS ONE 11(1): e0147101. doi: 10.1371/journal.pone.0147101
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
291
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
292 positional arguments:
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
293 F Input genome FASTA file
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
294
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
295 optional arguments:
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
296 -h, --help show this help message and exit
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
297 -i fasta_path genome_name, --input-fasta-genome-name fasta_path genome_name
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
298 fasta file path to genome name pair
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
299 -f OUTPUT_FORMAT, --output-format OUTPUT_FORMAT
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
300 Output format (json, csv, pickle)
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
301 -o OUTPUT_PREDICTION, --output-prediction OUTPUT_PREDICTION
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
302 SISTR serovar prediction output path
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
303 -M, --more-results Output more detailed results (-M) and all antigen
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
304 search blastn results (-MM)
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
305 -p CGMLST_PROFILES, --cgmlst-profiles CGMLST_PROFILES
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
306 Output CSV file destination for cgMLST allelic
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
307 profiles
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
308 -n NOVEL_ALLELES, --novel-alleles NOVEL_ALLELES
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
309 Output FASTA file destination of novel cgMLST alleles
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
310 from input genomes
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
311 -a ALLELES_OUTPUT, --alleles-output ALLELES_OUTPUT
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
312 Output path of allele sequences and info to JSON
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
313 -T TMP_DIR, --tmp-dir TMP_DIR
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
314 Base temporary working directory for intermediate
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
315 analysis files.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
316 -K, --keep-tmp Keep temporary analysis files.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
317 --use-full-cgmlst-db Use the full set of cgMLST alleles which can include
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
318 highly similar alleles. By default the smaller
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
319 "centroid" alleles or representative alleles are used
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
320 for each marker.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
321 --no-cgmlst Do not run cgMLST serovar prediction
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
322 -m, --run-mash Determine Mash MinHash genomic distances to Salmonella
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
323 genomes with trusted serovar designations. Mash binary
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
324 must be in accessible via $PATH (e.g. /usr/bin).
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
325 --qc Perform basic QC to provide level of confidence in
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
326 serovar prediction results.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
327 -t THREADS, --threads THREADS
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
328 Number of parallel threads to run sistr_cmd analysis.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
329 -l [LIST_OF_SEROVARS], --list-of-serovars [LIST_OF_SEROVARS]
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
330 A path to a single column text file containing list of
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
331 serovars to check SISTR serovar prediction against.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
332 Result reported in the "predicted_serovar_in_list"
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
333 field as Y (present) or N (absent) value.
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
334 -v, --verbose Logging verbosity level (-v == show warnings; -vvv ==
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
335 show debug info)
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
336 -V, --version show program's version number and exit
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
337 ]]>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
338
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
339 </help>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
340 <citations>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
341 <!-- Citation for SISTR PLOS ONE paper -->
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
342 <citation type="doi">10.1371/journal.pone.0147101</citation>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
343 </citations>
1f6159dc3598 planemo upload for repository https://github.com/phac-nml/sistr_cmd commit 4a9d0e766264aab4b92d8971b70112f84e28e8cd
nml
parents:
diff changeset
344 </tool>