diff covstats.xml @ 2:72d20758ba2c

final upload
author wolma
date Wed, 11 Feb 2015 09:23:43 -0500
parents a548b3c6ed00
children bdd1995c9e66
line wrap: on
line diff
--- a/covstats.xml	Wed Feb 11 08:57:11 2015 -0500
+++ b/covstats.xml	Wed Feb 11 09:23:43 2015 -0500
@@ -1,8 +1,9 @@
 <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>
+  <macros>
+    <import>toolshed_macros.xml</import>
+  </macros>
+  <expand macro="requirements"/>
   <version_command>mimodd version -q</version_command>
   <command> 
 	mimodd covstats "$ifile" --ofile "$output_vcf"