view macros.xml @ 4:55bc102d7709 draft default tip

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/mti-utils commit 5cf3005f482381216061eb8718aba8f5c8bcb0d5
author goeckslab
date Fri, 10 May 2024 21:01:32 +0000
parents 5cace2b0f933
children
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@">5</token>
    <token name="@PROFILE@">19.01</token>
</macros>