Repository 'bcftools_convert_to_vcf'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bcftools_convert_to_vcf

Changeset 11:8bb5efd7a3dd (2019-12-25)
Previous changeset 10:7887b9d94c05 (2019-10-17) Next changeset 12:fec517907949 (2021-02-05)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8f3fe2272c80fdb749db49be689681e4d1391bee"
modified:
bcftools_convert_to_vcf.xml
macros.xml
b
diff -r 7887b9d94c05 -r 8bb5efd7a3dd bcftools_convert_to_vcf.xml
--- a/bcftools_convert_to_vcf.xml Thu Oct 17 02:33:30 2019 -0400
+++ b/bcftools_convert_to_vcf.xml Wed Dec 25 12:25:07 2019 -0500
b
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<tool name="bcftools @EXECUTABLE@ to vcf" id="bcftools_@EXECUTABLE@_to_vcf" version="@TOOL_VERSION@+galaxy1">
+<tool name="bcftools @EXECUTABLE@ to vcf" id="bcftools_@EXECUTABLE@_to_vcf" version="@TOOL_VERSION@">
     <description>Converts other formats to VCF/BCFk</description>
     <macros>
         <token name="@EXECUTABLE@">convert</token>
b
diff -r 7887b9d94c05 -r 8bb5efd7a3dd macros.xml
--- a/macros.xml Thu Oct 17 02:33:30 2019 -0400
+++ b/macros.xml Wed Dec 25 12:25:07 2019 -0500
b
@@ -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>