view macros.xml @ 22:0bf16c8aca73 draft

planemo upload commit 60e2302cfac90d0c909ef61815aaaafaaad5816a-dirty
author dfornika
date Mon, 17 Jun 2019 16:42:39 -0400
parents 3bbfe41787af
children 62329bafeaef
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>