diff macros.xml @ 14:ff9e769ccd6c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit d5a01866d60f9775392420988259f1e79c464163"
author iuc
date Thu, 14 Oct 2021 10:13:42 +0000
parents c077f71d351f
children 48291658fdf6
line wrap: on
line diff
--- a/macros.xml	Fri Feb 05 19:18:28 2021 +0000
+++ b/macros.xml	Thu Oct 14 10:13:42 2021 +0000
@@ -1,5 +1,10 @@
 <macros>
   <token name="@TOOL_VERSION@">1.10</token>
+  <xml name="bio_tools">
+      <xrefs>
+          <xref type="bio.tools">bcftools</xref>
+      </xrefs>
+  </xml>
   <xml name="requirements">
     <requirements>
       <requirement type="package" version="@TOOL_VERSION@">bcftools</requirement>
@@ -11,7 +16,7 @@
       <requirement type="package" version="1.10">samtools</requirement>
   </xml>
   <xml name="matplotlib_requirement">
-      <requirement type="package" version="3.1.0">matplotlib</requirement>
+      <requirement type="package" version="3.4.3">matplotlib</requirement>
   </xml>
   <xml name="version_command">
     <version_command>bcftools 2&gt;&amp;1 | grep 'Version:'</version_command>