view macros.xml @ 2:d2c59a1ac0c4 draft

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mti-utils commit 130ef7e8ae6cab35866b72617e53d35acc11475a
author goeckslab
date Wed, 28 Feb 2024 20:52:08 +0000
parents 09e240a12897
children 5cace2b0f933
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <container type="docker">quay.io/goeckslab/mti_utils:0.0.1</container>
        </requirements>
    </xml>

    <xml name="version_cmd">
        <version_command>echo @VERSION@</version_command>
    </xml>
    <xml name="citations">
        <citations>
        <citation type="doi">10.1101/2022.08.18.504436</citation>
        </citations>
    </xml>

    <token name="@TOOL_VERSION@">0.0.1</token>
    <token name="@VERSION_SUFFIX@">3</token>
    <token name="@PROFILE@">19.01</token>
</macros>