diff macro.xml @ 0:7c8c8a816114 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/plasmidfinder commit 2cb90e0f01974c35c0ea84789a3d19c704b91c84
author pimarin
date Tue, 14 Feb 2023 16:03:07 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macro.xml	Tue Feb 14 16:03:07 2023 +0000
@@ -0,0 +1,23 @@
+
+<macros>
+  <token name="@TOOL_VERSION@">2.1.6</token>
+  <token name="@VERSION_SUFFIX@">1</token>
+  <token name="@PROFILE@">21.05</token>
+  <token name="@THREADS@">\${GALAXY_SLOTS:-7}</token>
+
+  <xml name="xrefs">
+    <xrefs>
+      <xref type='bio.tools'>PlasmidFinder</xref>
+    </xrefs>
+  </xml>
+  <xml name="requirements">
+    <requirements>
+      <requirement type="package" version="@TOOL_VERSION@">plasmidfinder</requirement>
+    </requirements>
+  </xml>
+  <xml name="citations">
+      <citations>
+          <citation type="doi">10.1007/978-1-4939-9877-7_20</citation>
+      </citations>
+  </xml>
+</macros>