view macros.xml @ 8:b734db305578 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
author iuc
date Wed, 22 Apr 2020 18:44:06 -0400
parents 4efdca267d51
children c2ef298da409
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>

    <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>