view macros.xml @ 0:3f4adc85ba5d draft

"planemo upload for repository https://github.com/dlal-group/simtext commit fd3f5b7b0506fbc460f2a281f694cb57f1c90a3c-dirty"
author dlalgroup
date Thu, 24 Sep 2020 02:01:50 +0000
parents
children f55a02423699
line wrap: on
line source

<macros>
    <token name="@VERSION@">0.0.1</token>

    <xml name="requirements">
        <requirements>
            <yield/>
            <container type="docker">lalgroup/simtext:@VERSION@</container>
        </requirements>
    </xml>

    <xml name="stdio">
        <stdio>
             <exit_code level="fatal" range="1:"/>
        </stdio>
    </xml>

    <xml name="citations">
        <citations>
            <citation type="doi">10.1101/2020.07.06.190629</citation>
        </citations>
    </xml>

</macros>