view macro.xml @ 5:2cce87fd19ff draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/coreprofiler commit 7f2587b3f86c5024c7588185712d1eced9bbb037
author iuc
date Thu, 18 Dec 2025 15:21:33 +0000
parents 71693d872155
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">2.0.0</token>
    <token name="@VERSION_SUFFIX@">1</token>
    <token name="@PROFILE@">22.05</token>
    <xml name="version_command">
        <version_command><![CDATA[coreprofiler --version]]></version_command>
    </xml>
    <xml name="biotools">
        <xrefs>
            <xref type="bio.tools">coreprofiler</xref>
        </xrefs>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">coreprofiler</requirement>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.5281/zenodo.8282656</citation>
            <citation type="doi">10.1016/S0022-2836(05)80360-2</citation>
        </citations>
    </xml>
    <xml name="element_assert" token_name="" token_text="">
        <element name="@NAME@">
            <assert_contents>
                <has_text text="@TEXT@"/>
            </assert_contents>
        </element>
    </xml>
</macros>