Mercurial > repos > iuc > bcftools
diff bcftools_macros.xml @ 0:d4ab3121553d draft
Uploaded
author | iuc |
---|---|
date | Thu, 14 Aug 2014 11:43:40 -0400 |
parents | |
children | 5f9ba601748e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcftools_macros.xml Thu Aug 14 11:43:40 2014 -0400 @@ -0,0 +1,27 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="0.1.19">samtools</requirement> + </requirements> + </xml> + + <xml name="version_command"> + <version_command>@EXECUTABLE@ 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>