comparison biohansel.xml @ 10:cd6682c83b22 draft default tip

"planemo upload for repository https://github.com/phac-nml/biohansel commit 4fdee1b82288e821ab2cf60d9476c3b83775f337"
author nml
date Mon, 21 Oct 2019 09:32:21 -0400
parents e305df0b1af7
children
comparison
equal deleted inserted replaced
9:e305df0b1af7 10:cd6682c83b22
1 <tool id="biohansel" name="biohansel" version="2.2.0"> 1 <tool id="biohansel" name="biohansel" version="2.4.0">
2 <description>SNP subtyping of genome sequence reads or assemblies</description> 2 <description>SNP subtyping of genome sequence reads or assemblies</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="2.2.0">bio_hansel</requirement> 4 <requirement type="package" version="2.4.0">bio_hansel</requirement>
5 </requirements> 5 </requirements>
6 <command detect_errors="exit_code"> 6 <command detect_errors="exit_code">
7 <![CDATA[ 7 <![CDATA[
8 8
9 #import re 9 #import re
201 label="Included SNP Subtyping Scheme"> 201 label="Included SNP Subtyping Scheme">
202 <option value="heidelberg">Salmonella Heidelberg subtyping scheme</option> 202 <option value="heidelberg">Salmonella Heidelberg subtyping scheme</option>
203 <option value="enteritidis">Salmonella Enteritidis subtyping scheme</option> 203 <option value="enteritidis">Salmonella Enteritidis subtyping scheme</option>
204 <option value="typhi">Salmonella Typhi subtyping scheme</option> 204 <option value="typhi">Salmonella Typhi subtyping scheme</option>
205 <option value="typhimurium">Salmonella Typhimurium subtyping scheme</option> 205 <option value="typhimurium">Salmonella Typhimurium subtyping scheme</option>
206 <option value="tb_speciation">Mycobacterium Tuberculosis subtyping scheme</option> 206 <option value="tb_lineage">Mycobacterium Tuberculosis subtyping scheme</option>
207 </param> 207 </param>
208 </when> 208 </when>
209 <when value="custom"> 209 <when value="custom">
210 <param name="scheme_input" 210 <param name="scheme_input"
211 type="data" format="fasta" 211 type="data" format="fasta"
212 label="Your Custom Biohansel SNP Subtyping Scheme"/> 212 label="Your Custom Biohansel SNP Subtyping Scheme"/>
213 </when> 213 </when>
214 </conditional> 214 </conditional>
215 <param name="subtype_metadata" 215 <param name="subtype_metadata"
216 type="data" format="tabular,csv" 216 type="data" format="tabular"
217 optional="true" 217 optional="true"
218 label="Scheme Subtype Metadata Table [Optional]" 218 label="Scheme Subtype Metadata Table (tsv) [Optional]"
219 help="CSV or tab-delimited format only. Must contain a 'subtype' column." 219 help="Tab-delimited format only (.tsv) to add metadata table to results. Must contain a column called 'subtype'."
220 /> 220 />
221 <!-- K-mer frequencies. --> 221 <!-- K-mer frequencies. -->
222 <section name="kmer_vals" title="K-mer Frequency Thresholds" expanded="False"> 222 <section name="kmer_vals" title="K-mer Frequency Thresholds" expanded="False">
223 <param name="kmer_min" type="integer" 223 <param name="kmer_min" type="integer"
224 argument="--min-kmer-freq" 224 argument="--min-kmer-freq"
403 403
404 404
405 **Example Subtype Metadata** 405 **Example Subtype Metadata**
406 406
407 A column with name `subtype` must exist and should have subtype designations that would appear in your biohansel results. There are no requirements for the number of columns or contents of those columns in the table - they can contain whatever you want. 407 A column with name `subtype` must exist and should have subtype designations that would appear in your biohansel results. There are no requirements for the number of columns or contents of those columns in the table - they can contain whatever you want.
408 408 Metadata must be structured in a tab-delimited format (.tsv) to be a valid input.
409 409
410 +-------------+-------+--------+------------------+ 410 +-------------+-------+--------+------------------+
411 | subtype | clade | source | disease_symptoms | 411 | subtype | clade | source | disease_symptoms |
412 +-------------+-------+--------+------------------+ 412 +-------------+-------+--------+------------------+
413 | 1 | I | geese | death | 413 | 1 | I | geese | death |
425 Galaxy wrapper written by Matthew Gopez and Peter Kruczkiewicz at the Public Health Agency of Canada, National Microbiology Laboratory. 425 Galaxy wrapper written by Matthew Gopez and Peter Kruczkiewicz at the Public Health Agency of Canada, National Microbiology Laboratory.
426 426
427 ]]></help> 427 ]]></help>
428 <citations> 428 <citations>
429 <citation type="bibtex">@ARTICLE{a1, 429 <citation type="bibtex">@ARTICLE{a1,
430 title = {A robust genotyping scheme for Salmonella enterica serovar Heidelberg clones circulating in North America}, 430 title = {Rapid and robust genotyping of highly clonal bacterial pathogens using BioHansel, a SNP-based k-mer search pipeline},
431 author = {Geneviève Labbé, James Robertson, Peter Kruczkiewicz, Marisa Rankin, Matthew Gopez, Chad R. Laing, Philip Mabon, Kim Ziebell, Aleisha R. Reimer, Lorelee Tschetter, Gary Van Domselaar, Sadjia Bekal, Kimberley A. MacDonald, Linda Hoang, Linda Chui, Danielle Daignault, Durda Slavic, Frank Pollari, E. Jane Parmley, David Son, Darian Hole, Elissa Giang, Lok Kan Lee, Jonathan Moffat, Joanne MacKinnon, Roger Johnson, John H.E. Nash}, 431 author = {Geneviève Labbé, Peter Kruczkiewicz, Philip Mabon, James Robertson, Justin Schonfeld, Daniel Kein, Marisa A. Rankin, Matthew Gopez, Darian Hole, David Son, Natalie Knox, Chad R. Laing, Kyrylo Bessonov, Eduardo Taboada, Catherine Yoshida, Anil Nichani, Roger P. Johnson, Gary Van Domselaar, John H.E. Nash},
432 url = {https://github.com/phac-nml/biohansel} 432 url = {https://github.com/phac-nml/biohansel}
433 } 433 }
434 }</citation> 434 }</citation>
435 </citations> 435 </citations>
436 </tool> 436 </tool>