view macros.xml @ 3:283636dbfba5 draft default tip

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/celesta commit 36453551b1045adf20925d4eb6b5816c64475728
author goeckslab
date Thu, 19 Sep 2024 17:17:51 +0000
parents 41aaffbb9473
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.0.0.9</token>
    <token name="@VERSION_SUFFIX@">3</token>
    <token name="@PROFILE@">20.01</token>

    <xml name="celesta_requirements">
        <requirements>
            <container type="docker">quay.io/goeckslab/celesta:@TOOL_VERSION@</container>
            <yield />
        </requirements>
    </xml>

    <xml name="macro_stdio">
        <stdio>
            <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" />
        </stdio>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1038/s41592-022-01498-z</citation>
        </citations>
    </xml>
</macros>