Mercurial > repos > wrtz > bcftools
diff bcftools_annotate.xml @ 22:d48904783c1d draft
Uploaded
author | wrtz |
---|---|
date | Fri, 15 Jan 2016 11:47:43 -0500 |
parents | e32ce96a0e30 |
children |
line wrap: on
line diff
--- a/bcftools_annotate.xml Fri Jan 15 11:45:10 2016 -0500 +++ b/bcftools_annotate.xml Fri Jan 15 11:47:43 2016 -0500 @@ -1,5 +1,8 @@ <tool id="bcftools_annotate" name="BCFtools annotate" version="1.0.0"> <description>Add or remove annotations</description> + <requirements> + <requirement type="package" version="1.3">bcftools</requirement> + </requirements> <command> #if str( $input_file_index ) != "None": ln -s -f $input input_file.${input.ext} &&