Mercurial > repos > devteam > bam_to_sam
comparison macros.xml @ 3:c1419fa820c6 draft
Uploaded
author | devteam |
---|---|
date | Wed, 18 Mar 2015 15:44:51 -0400 |
parents | |
children | af7c50162f0b |
comparison
equal
deleted
inserted
replaced
2:c09a20532957 | 3:c1419fa820c6 |
---|---|
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> |