view macros.xml @ 10:c2ef298da409 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 6285862fce2b3e298ef0333489392335091b5b0d"
author iuc
date Thu, 15 Apr 2021 18:21:41 +0000
parents b734db305578
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">abricate</requirement>
            <yield />
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command><![CDATA[abricate --version]]></version_command>
    </xml>

    <token name="@VERSION@">1.0.1</token>
    <token name="@PROFILE@">20.01</token>

    <xml name="edam_ontology">
        <edam_topics>
            <edam_topic>topic_0622</edam_topic>
            <edam_topic>topic_3301</edam_topic>
        </edam_topics>
        <edam_operations>
            <edam_operation>operation_3482</edam_operation>
        </edam_operations>
    </xml>

    <xml name="xrefs">
      <xrefs>
        <xref type='bio.tools'>ABRicate</xref>
      </xrefs>
    </xml>

    <xml name="citations">
      <citations>
          <citation type="bibtex">
  @UNPUBLISHED{Seemann2016,
      author = {Seemann, Torsten},
      title = {ABRicate: mass screening of contigs for antiobiotic resistance genes},
      year = {2016},
      url = {https://github.com/tseemann/abricate},
  }
          </citation>
      </citations>
    </xml>
</macros>