comparison macros.xml @ 0:9fee6d81910d draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/iscc-sum commit 6db86b8b65a0e05b7f3541d505fbe900633fc72a
author imgteam
date Fri, 19 Dec 2025 15:02:49 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9fee6d81910d
1 <macros>
2 <token name="@TOOL_VERSION@">0.1.0</token>
3 <token name="@VERSION_SUFFIX@">1</token>
4 <xml name="citations">
5 <citations>
6 <citation type="bibtex">
7 @misc{iscc_sum,
8 title={ISCC - Similarity Hash for Digital Media},
9 url={https://iscc.codes/},
10 note={Accessed: 2025}
11 }
12 </citation>
13 </citations>
14 </xml>
15 <xml name="requirements">
16 <requirements>
17 <requirement type="package" version="@TOOL_VERSION@">iscc-sum</requirement>
18 </requirements>
19 </xml>
20 <xml name="version_command">
21 <version_command>iscc-sum --version</version_command>
22 </xml>
23 </macros>
24