diff macros.xml @ 0:64d1f6186527 draft default tip

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
author thanhlv
date Mon, 07 Oct 2019 04:37:02 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Mon Oct 07 04:37:02 2019 -0400
@@ -0,0 +1,17 @@
+<macros>
+    <token name="@VERSION@">0.2.6.3</token>
+    <xml name="requirements">
+        <requirements>
+            <container type="singularity">path/to/qc3c.sif</container>
+        </requirements>
+    </xml>
+
+    <xml name="version_command">
+        <version_command>bin3C -V | grep -E -o "([0-9]\.[0-9]\.[0-9]\.[0-9])"</version_command>
+    </xml>
+    <!-- <xml name="citations">
+        <citations>
+            <citation type="doi">10.1186/s13059-019-1643-1</citation>
+        </citations>
+    </xml> -->
+</macros>
\ No newline at end of file