view macros.xml @ 4:9bccc8404a3c draft

planemo upload commit b5890b40c257a093ebf358294544aa69087da51e
author iuc
date Thu, 11 Jul 2019 09:41:13 -0400
parents 776ebd1239da
children 0aa87d97847f
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@">4.3.6</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>