view bcftools_macros.xml @ 2:5f9ba601748e draft default tip

Uploaded
author bgruening
date Thu, 14 Aug 2014 12:21:19 -0400
parents d4ab3121553d
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.1.19">samtools</requirement>
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command>bcftools 2>&amp;1 | head -n 3 | tail -n 1</version_command>
    </xml>

    <xml name="stdio">
        <stdio>
            <exit_code range="1:" />
            <exit_code range=":-1" />
            <regex match="Error:" />
            <regex match="Exception:" />
        </stdio>
    </xml>

    <xml name="citations">
        <citations>
            <citation type="doi">10.1093/bioinformatics/btp352</citation>
            <yield />
        </citations>
    </xml>
</macros>