view macros.xml @ 5:f9bf6a8d8547 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit c272325e121abb0582d2a50759ee04b43f327d4d"
author iuc
date Wed, 11 Sep 2019 23:57:17 -0400
parents 78c75f134c16
children 1bb2ba6d3d96
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.3</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>