view 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
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.1.0</token>
    <token name="@VERSION_SUFFIX@">1</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>