diff macros.xml @ 13:dcf130f10ca5 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:07:43 +0000
parents 776ad0b21536
children 0e5d11004815
line wrap: on
line diff
--- a/macros.xml	Fri Feb 05 19:23:10 2021 +0000
+++ b/macros.xml	Thu Oct 14 10:07:43 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>