view macros.xml @ 2:e0a0a473fc1e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/usher commit 5de7b91f2bda9c351f9512601f899248b7278924
author iuc
date Sun, 17 Mar 2024 18:10:36 +0000
parents 79e2ee4e6ebb
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.2.1</token>
    <token name="@GALAXY_TOOL_VERSION@">galaxy0</token>
    <xml name="xrefs">
        <xrefs>
            <xref type="bio.tools">usher</xref>
        </xrefs>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">usher</requirement>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1101/2020.09.26.314971</citation>
            <citation type="doi">10.1101/2021.04.03.438321</citation>
        </citations>
    </xml>
    <macro name="sanitize_string" >
        <sanitizer invalid_char="">
            <valid initial="string.letters,string.digits">
                <add value="_"/>
                <add value="-"/>
                <add value="."/>
                <add value=":"/>
            </valid>
        </sanitizer>
    </macro>
</macros>