Mercurial > repos > iuc > bcftools
diff bcftools_macros.xml @ 0:bdd0cb7fbedf draft
Imported from capsule None
| author | iuc |
|---|---|
| date | Thu, 14 Aug 2014 11:46:32 -0400 |
| parents | |
| children | e5e78d1e09a6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcftools_macros.xml Thu Aug 14 11:46:32 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>
