Mercurial > repos > devteam > samtools_bedcov
view macros.xml @ 0:c04bee391baa draft
Uploaded
author | devteam |
---|---|
date | Wed, 18 Mar 2015 16:43:50 -0400 |
parents | |
children | 8c3472790020 |
line wrap: on
line source
<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>