view macros.xml @ 6:ce11dd12ec59 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit b769b4cb086cc95f08ddf5da12e17faff3c689cc"
author iuc
date Mon, 07 Oct 2019 14:57:07 -0400
parents c9d4b1376580
children 4bb925741d2a
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@">0.9.7</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>