view macros.xml @ 1:5ff85ac22974 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kmindex commit 6e165c3acaf1cda32e0c51a72b89eca059a93e3a
author iuc
date Wed, 11 Mar 2026 11:36:47 +0000
parents 58820a4096c1
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">kmindex</requirement>
        </requirements>
    </xml>
    <xml name="version_command">
        <version_command><![CDATA[kmindex --version | head -1]]></version_command>
    </xml>
    <token name="@TOOL_VERSION@">0.6.0</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">25.0</token>
    <xml name="common_params">
        <param argument="--verbose" type="select" label="Verbosity level" help="Set the logging level">
            <option value="info" selected="true">Info</option>
            <option value="debug">Debug</option>
            <option value="warning">Warning</option>
            <option value="error">Error</option>
        </param>
    </xml>
    <xml name="edam_ontology">
        <edam_topics>
            <edam_topic>topic_0622</edam_topic>
            <edam_topic>topic_3168</edam_topic>
        </edam_topics>
        <edam_operations>
            <edam_operation>operation_0224</edam_operation>
            <edam_operation>operation_3211</edam_operation>
        </edam_operations>
    </xml>
    <xml name="xrefs">
        <xrefs>
            <xref type="bio.tools">kmindex</xref>
        </xrefs>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1038/s43588-024-00596-6</citation>
        </citations>
    </xml>
</macros>