view macros.xml @ 0:939c59ab61cf draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ancombc commit 045979180e44c683b5e0760f802af66c05abcae8
author iuc
date Sat, 16 Jul 2022 21:40:04 +0000
parents
children 6fbedba4d983
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.4.0</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">21.01</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">bioconductor-ancombc</requirement>
            <requirement type="package" version="1.14.2">r-data.table</requirement>
            <requirement type="package" version="1.7.1">r-optparse</requirement>
        </requirements>
    </xml>
    <xml name="sanitize_query" token_validinitial="string.printable">
        <sanitizer>
            <valid initial="@VALIDINITIAL@">
                <remove value="&apos;"/>
            </valid>
            <mapping initial="none">
                <add source="&apos;" target="&apos;&quot;&apos;&quot;&apos;"/>
            </mapping>
        </sanitizer>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1038/s41467-020-17041-7</citation>
            <citation type="doi">10.3402/mehd.v26.27663</citation>
        </citations>
    </xml>
</macros>