view macros.xml @ 2:46e8724aa96f draft

Uploaded
author iuc
date Thu, 19 Mar 2015 15:22:19 -0400
parents c859c5a0a728
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.67.5">circos</requirement>
            <requirement type="package" version="0.20">circostools</requirement>
            <yield/>
        </requirements>
    </xml>
    <token name="@WRAPPER_VERSION@">0.67.5</token>
    <xml name="stdio">
        <stdio>
            <!-- Anything other than zero is an error -->
            <exit_code range="1:" />
            <exit_code range=":-1" />
            <!-- In case the return code has not been set propery check stderr too -->
            <regex match="Error:" />
            <regex match="Exception:" />
        </stdio>
    </xml>


    <xml name="citations">
        <citations>
            <citation type="doi">10.1101/gr.092759.109</citation>
            <yield />
        </citations>
    </xml>
</macros>