0
|
1 <macros>
|
|
2 <xml name="requirements">
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.2">samtools</requirement>
|
|
5 <yield/>
|
|
6 </requirements>
|
|
7 </xml>
|
|
8 <xml name="citations">
|
|
9 <citations>
|
|
10 <citation type="doi">10.1093/bioinformatics/btp352</citation>
|
|
11 </citations>
|
|
12 </xml>
|
|
13 <xml name="version_command">
|
|
14 <version_command>samtools --version | head -n 1 | awk '{ print $2 }'</version_command>
|
|
15 </xml>
|
|
16 <xml name="stdio">
|
|
17 <stdio>
|
|
18 <exit_code range="1:" level="fatal" description="Error" />
|
|
19 </stdio>
|
|
20 </xml>
|
|
21 </macros>
|