view macros.xml @ 1:09e240a12897 draft

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mti-utils commit 7e57ce999ddfeccfa54603874d3f7eba531f0a53
author goeckslab
date Wed, 05 Oct 2022 20:39:20 +0000
parents 18f6be63414c
children d2c59a1ac0c4
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>
        </citations>
    </xml>

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