Mercurial > repos > iuc > bcftools
comparison bcftools_macros.xml @ 0:d4ab3121553d draft
Uploaded
| author | iuc |
|---|---|
| date | Thu, 14 Aug 2014 11:43:40 -0400 |
| parents | |
| children | 5f9ba601748e |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:d4ab3121553d |
|---|---|
| 1 <macros> | |
| 2 <xml name="requirements"> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="0.1.19">samtools</requirement> | |
| 5 </requirements> | |
| 6 </xml> | |
| 7 | |
| 8 <xml name="version_command"> | |
| 9 <version_command>@EXECUTABLE@ 2>&1 | head -n 3 | tail -n 1</version_command> | |
| 10 </xml> | |
| 11 | |
| 12 <xml name="stdio"> | |
| 13 <stdio> | |
| 14 <exit_code range="1:" /> | |
| 15 <exit_code range=":-1" /> | |
| 16 <regex match="Error:" /> | |
| 17 <regex match="Exception:" /> | |
| 18 </stdio> | |
| 19 </xml> | |
| 20 | |
| 21 <xml name="citations"> | |
| 22 <citations> | |
| 23 <citation type="doi">10.1093/bioinformatics/btp352</citation> | |
| 24 <yield /> | |
| 25 </citations> | |
| 26 </xml> | |
| 27 </macros> |
