Mercurial > repos > nml > wade
annotate wade.xml @ 3:31483f5b6240 draft default tip
"planemo upload for repository https://github.com/phac-nml/wade commit b9586845e0a5e3d53dcfd68459e9b5282bb66549"
author | nml |
---|---|
date | Tue, 17 Dec 2019 13:21:08 -0500 |
parents | d1ef975c69f2 |
children |
rev | line source |
---|---|
3
31483f5b6240
"planemo upload for repository https://github.com/phac-nml/wade commit b9586845e0a5e3d53dcfd68459e9b5282bb66549"
nml
parents:
2
diff
changeset
|
1 <tool id="wade" name="Wade" version="0.2.5+galaxy1"> |
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"> |
3
31483f5b6240
"planemo upload for repository https://github.com/phac-nml/wade commit b9586845e0a5e3d53dcfd68459e9b5282bb66549"
nml
parents:
2
diff
changeset
|
44 <option value="GAS">Streptococcus pyogenes</option> |
31483f5b6240
"planemo upload for repository https://github.com/phac-nml/wade commit b9586845e0a5e3d53dcfd68459e9b5282bb66549"
nml
parents:
2
diff
changeset
|
45 <option value="GONO">Streptococcus pneumoniae</option> |
31483f5b6240
"planemo upload for repository https://github.com/phac-nml/wade commit b9586845e0a5e3d53dcfd68459e9b5282bb66549"
nml
parents:
2
diff
changeset
|
46 <option value="PNEUMO">Neisseria gonorrhoeae</option> |
0
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"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
49 <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
|
50 <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
|
51 <option value="EMM">EMM Typing</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
52 <option value="MLST">MLST Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
53 <option value="VFDB">VFDB (Virulence Factor Database)</option> |
3
31483f5b6240
"planemo upload for repository https://github.com/phac-nml/wade commit b9586845e0a5e3d53dcfd68459e9b5282bb66549"
nml
parents:
2
diff
changeset
|
54 <option value="MASTER">AMR/Toxin/Virulence Profiler</option> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
55 </param> |
3
31483f5b6240
"planemo upload for repository https://github.com/phac-nml/wade commit b9586845e0a5e3d53dcfd68459e9b5282bb66549"
nml
parents:
2
diff
changeset
|
56 <param name="input" type="data" format="fasta" multiple="true" label="Contig Fasta file(s)"/> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
57 </when> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
58 <when value="GONO"> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
59 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
60 <conditional name="subtype_input"> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
61 <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
|
62 <option value="MLST">MLST Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
63 <option value="NGMAST">NG-MAST Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
64 <option value="NGSTAR">NG-STAR Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
65 <option value="rRNA23S">23S rRNA Alleles</option> |
3
31483f5b6240
"planemo upload for repository https://github.com/phac-nml/wade commit b9586845e0a5e3d53dcfd68459e9b5282bb66549"
nml
parents:
2
diff
changeset
|
66 <option value="MASTER">AMR/NG-STAR Profiler</option> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
67 </param> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
68 <when value="rRNA23S"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
69 <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
|
70 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
71 <when value="MLST"> |
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="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
|
73 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
74 <when value="NGMAST"> |
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="NGSTAR"> |
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="MASTER"> |
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 </conditional> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
84 |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
85 </when> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
86 <when value="PNEUMO"> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
87 |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
88 <conditional name="subtype_input"> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
89 <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
|
90 <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
|
91 <option value="MLST">MLST Type</option> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
92 <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
|
93 <option value="rRNA23S">23S rRNA Alleles</option> |
3
31483f5b6240
"planemo upload for repository https://github.com/phac-nml/wade commit b9586845e0a5e3d53dcfd68459e9b5282bb66549"
nml
parents:
2
diff
changeset
|
94 <option value="MASTER">AMR/Virulence Profiler</option> |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
95 </param> |
1
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
96 <when value="rRNA23S"> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
97 <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
|
98 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
99 <when value="AMR"> |
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="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
|
101 </when> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
102 <when value="MLST"> |
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="VFDB"> |
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="MASTER"> |
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 </conditional> |
631e8eb3371e
"planemo upload for repository https://github.com/phac-nml/wade commit 3a5997b52566d197a5103e5a317ce2ed2837065e"
nml
parents:
0
diff
changeset
|
112 |
0
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
113 </when> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
114 </conditional> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
115 </inputs> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
116 <outputs> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
117 <data name="report" format="csv"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
118 <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
|
119 </data> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
120 </outputs> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
121 <tests> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
122 <test> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
123 <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
|
124 <output name='report'> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
125 <discovered_dataset designation="GAS_dbpipeline_WADE"> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
126 <assert_contents> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
127 <has_text text="SampleNo" /> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
128 </assert_contents> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
129 </discovered_dataset> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
130 </output> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
131 </test> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
132 </tests> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
133 <help><![CDATA[ |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
134 ============== |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
135 Wade |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
136 ============== |
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 R Script to generate results |
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 Legal |
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 Copyright Government of Canada 2019 |
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 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
|
147 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
148 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
|
149 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
|
150 License at: |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
151 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
152 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
|
153 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
154 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
|
155 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
|
156 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
|
157 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
|
158 |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
159 ======= |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
160 Contact |
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 **Gary van Domselaar**: gary.vandomselaar@canada.ca |
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 ]]></help> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
166 <citations> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
167 <citation type="bibtex">@ARTICLE{a1, |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
168 title = {R Script to generate results.}, |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
169 author = {Adrian Zetner}, |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
170 url = {https://github.com/phac-nml/wade} |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
171 } |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
172 }</citation> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
173 </citations> |
92e72350a3c5
"planemo upload for repository https://github.com/phac-nml/wade commit b3536a15ff4e6295722ec4794ea5b840b5d19276"
nml
parents:
diff
changeset
|
174 </tool> |