view macros.xml @ 12:74810db257cc draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/interproscan commit 01e8e726d711c0685f46d3146e4fe0f2a1306036
author iuc
date Wed, 07 Dec 2022 13:41:49 +0000
parents 98cafcbd2578
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <!--
        The version must use a "-" instead of a "_"
        Conda understands both notations, but the Galaxy tool requires the use of "-".
        The version should also be bumped in test-data/interproscan.loc
    -->
    <token name="@TOOL_VERSION@">5.59-91.0</token>
    <token name="@VERSION_SUFFIX@">3</token>

    <xml name="citations">
        <citations>
            <citation type="doi">10.1093/bioinformatics/btu031</citation>
            <citation type="doi">10.7717/peerj.167</citation>
            <citation type="doi">10.1093/bioinformatics/17.9.847</citation>
            <citation type="doi">10.1093/nar/gki442</citation>
            <citation type="doi">10.1093/nar/gkn785</citation>
        </citations>
    </xml>
</macros>