Mercurial > repos > nml > wade
annotate wade.xml @ 2:d1ef975c69f2 draft
"planemo upload for repository https://github.com/phac-nml/wade commit d78afd73dbdf5b292bc8fe210523dda44c5cb86d"
author | nml |
---|---|
date | Thu, 05 Dec 2019 11:34:17 -0500 |
parents | 631e8eb3371e |
children | 31483f5b6240 |
rev | line source |
---|---|
2
d1ef975c69f2
"planemo upload for repository https://github.com/phac-nml/wade commit d78afd73dbdf5b292bc8fe210523dda44c5cb86d"
nml
parents:
1
diff
changeset
|
1 <tool id="wade" name="Wade" version="0.2.5+galaxy0"> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
2 <description>identify regions of interest</description> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
3 <requirements> |
2
d1ef975c69f2
"planemo upload for repository https://github.com/phac-nml/wade commit d78afd73dbdf5b292bc8fe210523dda44c5cb86d"
nml
parents:
1
diff
changeset
|
4 <requirement type="package" version="0.2.5">wade</requirement> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
5 </requirements> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
6 <command detect_errors="exit_code"><![CDATA[ |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
7 |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
8 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
9 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
10 #if $mode.type == 'GAS': |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
11 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
12 #for $i in $mode.input# |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
13 cp '$i' '$i.element_identifier' && |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
14 #end for |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
15 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
16 #set $samples = ','.join([$i.element_identifier for $i in ( $mode.input )]) |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
17 #set $subtype = $mode.subtype |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
18 |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
19 #else: |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
20 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
21 #for $i in $mode.subtype_input.input# |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
22 cp '$i' '$i.element_identifier' && |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
23 #end for |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
24 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
25 #set $samples = ','.join([$i.element_identifier for $i in ( $mode.subtype_input.input )]) |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
26 #set $subtype = $mode.subtype_input.subtype |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
27 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
28 #end if |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
29 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
30 Rscript --vanilla -e 'library(wade); source(file = system.file("exec/wade_cmd.R", package = "wade"))' |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
31 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
32 -d 'output' |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
33 |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
34 -o '$mode.type' |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
35 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
36 -t '$subtype' |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
37 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
38 -s '$samples' |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
39 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
40 ]]></command> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
41 <inputs> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
42 <conditional name="mode"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
43 <param name="type" type="select" label="Analysis Group"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
44 <option value="GAS">GAS</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
45 <option value="GONO">GONO</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
46 <option value="PNEUMO">PNEUMO</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
47 </param> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
48 <when value="GAS"> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
49 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
50 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
51 |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
52 <param name="subtype" type="select" label="Select specific analysis"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
53 <option value="AMR">ARG-ANNOT/Resfinder/CARD</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
54 <option value="EMM">EMM Typing</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
55 <option value="MLST">MLST Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
56 <option value="VFDB">VFDB (Virulence Factor Database)</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
57 <option value="MASTER">Master blaster</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
58 </param> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
59 |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
60 </when> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
61 <when value="GONO"> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
62 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
63 <conditional name="subtype_input"> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
64 <param name="subtype" type="select" label="Select specific analysis"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
65 <option value="MLST">MLST Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
66 <option value="NGMAST">NG-MAST Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
67 <option value="NGSTAR">NG-STAR Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
68 <option value="rRNA23S">23S rRNA Alleles</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
69 <option value="MASTER">Master blaster</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
70 </param> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
71 <when value="rRNA23S"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
72 <param name="input" type="data" format="vcf" multiple="true" label="VCF file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
73 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
74 <when value="MLST"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
75 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
76 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
77 <when value="NGMAST"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
78 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
79 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
80 <when value="NGSTAR"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
81 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
82 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
83 <when value="MASTER"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
84 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
85 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
86 </conditional> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
87 |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
88 </when> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
89 <when value="PNEUMO"> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
90 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
91 <conditional name="subtype_input"> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
92 <param name="subtype" type="select" label="Select specific analysis"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
93 <option value="AMR">ARG-ANNOT/Resfinder/CARD</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
94 <option value="MLST">MLST Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
95 <option value="VFDB">VFDB (Virulence Factor Database)</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
96 <option value="rRNA23S">23S rRNA Alleles</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
97 <option value="MASTER">Master blaster</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
98 </param> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
99 <when value="rRNA23S"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
100 <param name="input" type="data" format="vcf" multiple="true" label="VCF file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
101 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
102 <when value="AMR"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
103 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
104 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
105 <when value="MLST"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
106 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
107 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
108 <when value="VFDB"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
109 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
110 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
111 <when value="MASTER"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
112 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
113 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
114 </conditional> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
115 |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
116 </when> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
117 </conditional> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
118 </inputs> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
119 <outputs> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
120 <data name="report" format="csv"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
121 <discover_datasets pattern="__designation_and_ext__" directory="output" visible="true" /> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
122 </data> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
123 </outputs> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
124 <tests> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
125 <test> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
126 <param name="input" value="SC19-2806-A.fasta"/> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
127 <output name='report'> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
128 <discovered_dataset designation="GAS_dbpipeline_WADE"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
129 <assert_contents> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
130 <has_text text="SampleNo" /> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
131 </assert_contents> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
132 </discovered_dataset> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
133 </output> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
134 </test> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
135 </tests> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
136 <help><![CDATA[ |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
137 ============== |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
138 Wade |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
139 ============== |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
140 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
141 R Script to generate results |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
142 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
143 ===== |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
144 Legal |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
145 ===== |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
146 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
147 Copyright Government of Canada 2019 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
148 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
149 Written by: National Microbiology Laboratory, Public Health Agency of Canada |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
150 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
151 Licensed under the Apache License, Version 2.0 (the "License"); you may not use |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
152 this work except in compliance with the License. You may obtain a copy of the |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
153 License at: |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
154 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
155 http://www.apache.org/licenses/LICENSE-2.0 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
156 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
157 Unless required by applicable law or agreed to in writing, software distributed |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
158 under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
159 CONDITIONS OF ANY KIND, either express or implied. See the License for the |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
160 specific language governing permissions and limitations under the License. |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
161 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
162 ======= |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
163 Contact |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
164 ======= |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
165 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
166 **Gary van Domselaar**: gary.vandomselaar@canada.ca |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
167 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
168 ]]></help> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
169 <citations> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
170 <citation type="bibtex">@ARTICLE{a1, |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
171 title = {R Script to generate results.}, |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
172 author = {Adrian Zetner}, |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
173 url = {https://github.com/phac-nml/wade} |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
174 } |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
175 }</citation> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
176 </citations> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
177 </tool> |