diff macros.xml @ 0:0276bb8bd561 draft

planemo upload for repository https://github.com/tseemann/snippy commit d9e4e18619d5b9378f4fcbe518856fc1fa202d73-dirty
author dfornika
date Fri, 18 Jan 2019 18:46:25 -0500
parents
children 8a6b951f6ec2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri Jan 18 18:46:25 2019 -0500
@@ -0,0 +1,25 @@
+<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>