view macros.xml @ 1:eaddbdff9dbf draft default tip

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/tables commit af4bb1b40252cbb8f91cd1008a4aa5052e19f919
author recetox
date Thu, 14 Aug 2025 15:14:17 +0000
parents b722dba91064
children
line wrap: on
line source

<macros>
    <token name="@PANDAS_VERSION@">2.2.3</token>
    <token name="@SCIPY_VERSION@">1.14.1</token>

    <xml name="requirement_pandas_pyarrow">
        <requirement type="package" version="@PANDAS_VERSION@">pandas</requirement>
        <requirement type="package" version="18.0.0">pyarrow</requirement>
    </xml>

    <xml name="creator">
        <creator>
            <person
                givenName="Kristina"
                familyName="Gomoryova"
                url="https://github.com/KristinaGomoryova"
                identifier="0000-0003-4407-3917" />
            <person
                givenName="Helge"
                familyName="Hecht"
                url="https://github.com/hechth"
                identifier="0000-0001-6744-996X" />
            <organization
                url="https://www.recetox.muni.cz/"
                email="GalaxyToolsDevelopmentandDeployment@space.muni.cz"
                name="RECETOX MUNI" />
        </creator>
    </xml>

    <xml name="regex_sanitizer">
        <sanitizer>
            <valid initial="default">
                <add value="^"/>
                <add value="$"/>
                <add value="|"/>
                <add value="{"/>
                <add value="}"/>
                <add value="\"/>
                <add value="["/>
                <add value="]"/>
            </valid>
        </sanitizer>
        <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator>
    </xml>
</macros>