diff covstats.xml @ 1:a548b3c6ed00

corrected upload
author wolma
date Wed, 11 Feb 2015 08:57:11 -0500
parents 6231ae8f87b8
children 72d20758ba2c
line wrap: on
line diff
--- a/covstats.xml	Wed Feb 11 08:29:02 2015 -0500
+++ b/covstats.xml	Wed Feb 11 08:57:11 2015 -0500
@@ -1,5 +1,8 @@
 <tool id="coverage_stats" name="Coverage Statistics">
   <description>Calculate coverage statistics for a BCF file as generated by the Variant Calling tool</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command> 
 	mimodd covstats "$ifile" --ofile "$output_vcf"