diff macros.xml @ 6:15f5a3074012 draft

Added snippy core and static binaries for linux and mac.
author simon-gladman
date Thu, 09 Jun 2016 20:15:42 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Jun 09 20:15:42 2016 -0400
@@ -0,0 +1,23 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="3.0">snippy</requirement>
+            <yield/>
+        </requirements>
+    </xml>
+    <xml name="stdio">
+        <stdio>
+            <exit_code range="1:" />
+        </stdio>
+    </xml>
+    <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"}</citation>
+            <yield />
+        </citations>
+    </xml>
+</macros>