diff macros.xml @ 0:01155dd89628 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/iscc-sum commit e2d8293c17c87553b267747c6a7b10b9b3ddd0d2
author imgteam
date Thu, 06 Nov 2025 10:22:33 +0000
parents
children 2812afc5f30a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Nov 06 10:22:33 2025 +0000
@@ -0,0 +1,24 @@
+<macros>
+    <token name="@TOOL_VERSION@">0.1.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+    @misc{iscc_sum,
+        title={ISCC - Similarity Hash for Digital Media},
+        url={https://iscc.codes/},
+        note={Accessed: 2025}
+    }
+            </citation>
+        </citations>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">iscc-sum</requirement>
+        </requirements>
+    </xml>
+    <xml name="version_command">    
+        <version_command>iscc-sum --version</version_command>
+    </xml>
+</macros>
+