diff macros.xml @ 3:68cdb40ff91c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
author iuc
date Mon, 15 Oct 2018 07:41:48 -0400
parents
children 1f5641a52664
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Mon Oct 15 07:41:48 2018 -0400
@@ -0,0 +1,26 @@
+<macros>
+    <token name="@VERSION@">2.15.1</token>
+
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="2.15.1">mlst</requirement>
+        </requirements>
+    </xml>
+
+    <xml name="version_command">
+        <version_command>mlst --version</version_command>
+    </xml>
+
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+                @UNPUBLISHED{Seemann2016,
+                    author = "Seemann T",
+                    title = "MLST: Scan contig files against PubMLST typing schemes",
+                    year = "2016",
+                    url = {https://github.com/tseemann/mlst}
+                }
+            </citation>
+        </citations>
+    </xml>
+</macros>