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

Changeset 12:a62e934346f5 (2019-12-25)
Previous changeset 11:67e2bd1c4579 (2019-11-28) Next changeset 13:c077f71d351f (2021-02-05)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8f3fe2272c80fdb749db49be689681e4d1391bee"
modified:
bcftools_norm.xml
macros.xml
b
diff -r 67e2bd1c4579 -r a62e934346f5 bcftools_norm.xml
--- a/bcftools_norm.xml Thu Nov 28 10:05:48 2019 -0500
+++ b/bcftools_norm.xml Wed Dec 25 12:31:28 2019 -0500
b
@@ -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>Left-align and normalize indels; check if REF alleles match the reference; split multiallelic sites into multiple rows; recover multiallelics from multiple rows</description>
     <macros>
         <token name="@EXECUTABLE@">norm</token>
b
diff -r 67e2bd1c4579 -r a62e934346f5 macros.xml
--- a/macros.xml Thu Nov 28 10:05:48 2019 -0500
+++ b/macros.xml Wed Dec 25 12:31:28 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>