# HG changeset patch
# User iuc
# Date 1577294677 18000
# Node ID f65383c7ed49e80f7dddb065ee6ca7150d1fae1f
# Parent  a0c219ecb5e73e7968f92bbee3fd56d72dcd0b15
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8f3fe2272c80fdb749db49be689681e4d1391bee"

diff -r a0c219ecb5e7 -r f65383c7ed49 bcftools_mpileup.xml
--- a/bcftools_mpileup.xml	Thu Oct 17 02:47:05 2019 -0400
+++ b/bcftools_mpileup.xml	Wed Dec 25 12:24:37 2019 -0500
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy2">
+<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@">
     <description>Generate VCF or BCF containing genotype likelihoods for one or multiple alignment (BAM or CRAM) files</description>
     <macros>
         <token name="@EXECUTABLE@">mpileup</token>
diff -r a0c219ecb5e7 -r f65383c7ed49 macros.xml
--- a/macros.xml	Thu Oct 17 02:47:05 2019 -0400
+++ b/macros.xml	Wed Dec 25 12:24:37 2019 -0500
@@ -1,14 +1,14 @@
 <macros>
-  <token name="@TOOL_VERSION@">1.9</token>
+  <token name="@TOOL_VERSION@">1.10</token>
   <xml name="requirements">
     <requirements>
       <requirement type="package" version="@TOOL_VERSION@">bcftools</requirement>
-      <requirement type="package" version="1.9">htslib</requirement>
+      <requirement type="package" version="1.10">htslib</requirement>
       <yield />
     </requirements>
   </xml>
   <xml name="samtools_requirement">
-      <requirement type="package" version="1.9">samtools</requirement>
+      <requirement type="package" version="1.10">samtools</requirement>
   </xml>
   <xml name="matplotlib_requirement">
       <requirement type="package" version="3.1.0">matplotlib</requirement>