view macros.xml @ 9:3f3e247c053d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit d436b1a83859581d432639e86ca802b3bfab21bd"
author iuc
date Tue, 06 Apr 2021 08:54:46 +0000
parents b734db305578
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>