Mercurial > repos > iuc > bcftools
view bcftools_macros.xml @ 2:e5e78d1e09a6 draft default tip
Uploaded
author | iuc |
---|---|
date | Thu, 14 Aug 2014 12:19:22 -0400 |
parents | bdd0cb7fbedf |
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>&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>