view macros.xml @ 1:7a77ed0e579a 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:38:54 +0000
parents 34bb79f271fc
children 7f93f472a242
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>