view macros.xml @ 1:d4e6df2bc5e8 draft

planemo upload commit c295a06009ccafd0c1dc8aba5dd87239795d2b61
author iuc
date Sat, 26 Jan 2019 14:36:18 -0500
parents ff177a01b5ca
children 4eb9595bff60
line wrap: on
line source

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

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

    <token name="@VERSION@">3.2</token>

    <xml name="citations">
      <citations>
          <citation type="bibtex">@UNPUBLISHED{Seemann2013,
              author = "Seemann T",
              title = "snippy: fast bacterial variant calling from NGS reads",
              year = "2015",
              note = "https://github.com/tseemann/snippy",
              url = "https://github.com/tseemann/snippy"}</citation>
      </citations>
    </xml>
</macros>