Mercurial > repos > wrtz > bcftools
diff bcftools_norm.xml @ 25:dfba0f0b3edd draft
Uploaded
author | wrtz |
---|---|
date | Fri, 15 Jan 2016 11:48:11 -0500 |
parents | 22d009d35145 |
children |
line wrap: on
line diff
--- a/bcftools_norm.xml Fri Jan 15 11:48:02 2016 -0500 +++ b/bcftools_norm.xml Fri Jan 15 11:48:11 2016 -0500 @@ -1,5 +1,8 @@ <tool id="bcftools_norm" name="BCFtools norm" version="1.0.0"> <description>Left-align and normalize indels, check if REF alleles match reference, change multiallelic format</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} &&