Repository 'bcftools_plugin_fill_tags'
hg clone https://eddie.galaxyproject.org/repos/iuc/bcftools_plugin_fill_tags

Changeset 12:949c01404ac1 (2019-12-25)
Previous changeset 11:97cd55d794bc (2019-10-10) Next changeset 13:c6d666401009 (2021-02-05)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8f3fe2272c80fdb749db49be689681e4d1391bee"
modified:
bcftools_plugin_fill_tags.xml
macros.xml
b
diff -r 97cd55d794bc -r 949c01404ac1 bcftools_plugin_fill_tags.xml
--- a/bcftools_plugin_fill_tags.xml Thu Oct 10 03:47:32 2019 -0400
+++ b/bcftools_plugin_fill_tags.xml Wed Dec 25 17:07:28 2019 +0000
b
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@+galaxy1">
+<tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@">
     <description>plugin Set INFO tags AF, AN, AC, AC_Hom, AC_Het, AC_Hemi</description>
     <macros>
         <token name="@EXECUTABLE@">fill-tags</token>
b
diff -r 97cd55d794bc -r 949c01404ac1 macros.xml
--- a/macros.xml Thu Oct 10 03:47:32 2019 -0400
+++ b/macros.xml Wed Dec 25 17:07:28 2019 +0000
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>