Mercurial > repos > devteam > samtools_bedcov
diff macros.xml @ 0:c04bee391baa draft
Uploaded
author | devteam |
---|---|
date | Wed, 18 Mar 2015 16:43:50 -0400 |
parents | |
children | 8c3472790020 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Mar 18 16:43:50 2015 -0400 @@ -0,0 +1,21 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="1.2">samtools</requirement> + <yield/> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1093/bioinformatics/btp352</citation> + </citations> + </xml> + <xml name="version_command"> + <version_command>samtools --version | head -n 1 | awk '{ print $2 }'</version_command> + </xml> + <xml name="stdio"> + <stdio> + <exit_code range="1:" level="fatal" description="Error" /> + </stdio> + </xml> +</macros>