view macros.xml @ 2:41aaffbb9473 draft

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/celesta commit ace07227a376d2684ec9afc37da91be789314635
author goeckslab
date Mon, 16 Sep 2024 18:51:31 +0000
parents 44d4c885d9b5
children 283636dbfba5
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.0.0.9</token>
    <token name="@VERSION_SUFFIX@">2</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>