view macros.xml @ 0:01f691e9ba03 draft default tip

"planemo upload for repository https://github.com/dlal-group/simtext commit e55e96337165eebd0e2b365bcd0ae48ebb358ebc-dirty"
author mgramm
date Thu, 03 Sep 2020 14:49:19 +0000
parents
children
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>