Mercurial > repos > estrain > amrfinderplus_db
view macro.xml @ 3:01549d36ad56 draft
planemo upload commit a449e07b511b86faeb9b3b600bd320aa485b6ce2
| author | estrain |
|---|---|
| date | Thu, 12 Mar 2026 20:20:08 +0000 |
| parents | 06165bd8c9a0 |
| children |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">4.2.5</token> <token name="@VERSION_SUFFIX@">2</token> <token name="@PROFILE@">21.05</token> <xml name="version_command"> <version_command><![CDATA[amrfinder --version]]></version_command> </xml> <xml name="biotools"> <xrefs> <xref type="bio.tools">amrfinderplus</xref> </xrefs> </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">ncbi-amrfinderplus</requirement> </requirements> </xml> <xml name="citations"> <citations> <citation type="doi">10.1038/s41598-021-91456-0</citation> </citations> </xml> <xml name="nucl_input" token_option=""> <param name="nucleotide_input" type="data" optional="@OPTION@" format="fasta" label="Input nucleotide sequence file" help="Select the nucleotide sequence file to be analyzed"/> </xml> <xml name="prot_input" token_option=""> <param name="protein_input" type="data" optional="@OPTION@" format="fasta" label="Input protein sequence file" help="Select the protein sequence file to be analyzed"/> </xml> <xml name="annotation_type" token_option=""> <param name="gff_annotation" type="data" format="gff3" optional="@OPTION@" multiple="false" label="GFF file for protein locations" help="Protein id should be in the attribute Name=id (9th field) of the rows with type CDS or gene (3rd field)"/> <param argument="--annotation_format" type="select" optional="@OPTION@" label="Annotation file format" help="Select the annotation format type (eg. bakta or prokka tool, genbank format (default: genbank)"> <option value="bakta">Bakta</option> <option value="genbank">Genbank</option> <option value="microscope">Microscope</option> <option value="patric">Patric</option> <option value="prokka">Prokka</option> <option value="pseudomonasdb">Pseudomonasdb</option> <option value="rast">Rast</option> <option value="standard">Standard</option> <option value="prodigal">Prodigal</option> </param> </xml> </macros>
