Mercurial > repos > wrtz > bcftools
diff samtools_faidx.xml @ 30:5c561fc5f05d draft
Uploaded
author | wrtz |
---|---|
date | Fri, 15 Jan 2016 11:58:18 -0500 |
parents | 44265821f01f |
children |
line wrap: on
line diff
--- a/samtools_faidx.xml Fri Jan 15 11:54:12 2016 -0500 +++ b/samtools_faidx.xml Fri Jan 15 11:58:18 2016 -0500 @@ -1,5 +1,8 @@ <tool id="samtools_faidx" name="Faidx (SAMtools)" version="1.0.0"> <description>Index FASTA file using samtools faidx command</description> + <requirements> + <requirement type="package" version="1.2">samtools</requirement> + </requirements> <command> ln -s -f $input faidx_in.${input.ext} &&