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

Changeset 11:d8dddb51e831 (2019-12-25)
Previous changeset 10:3f7900995059 (2019-10-17) Next changeset 12:b781fa08aa3c (2020-01-14)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8f3fe2272c80fdb749db49be689681e4d1391bee"
modified:
bcftools_plugin_counts.xml
macros.xml
b
diff -r 3f7900995059 -r d8dddb51e831 bcftools_plugin_counts.xml
--- a/bcftools_plugin_counts.xml Thu Oct 17 02:50:52 2019 -0400
+++ b/bcftools_plugin_counts.xml Wed Dec 25 12:30:22 2019 -0500
[
@@ -1,12 +1,14 @@
 <?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  counts number of samples, SNPs, INDELs, MNPs and total sites</description>
     <macros>
         <token name="@EXECUTABLE@">counts</token>
         <token name="@PLUGIN_ID@">counts</token>
         <import>macros.xml</import>
     </macros>
-    <expand macro="requirements" />
+    <expand macro="requirements">
+     <requirement type="package" version="3.7">pyton</requirement>
+    </expand>
     <expand macro="version_command" />
     <command detect_errors="aggressive"><![CDATA[
 @PREPARE_ENV@
b
diff -r 3f7900995059 -r d8dddb51e831 macros.xml
--- a/macros.xml Thu Oct 17 02:50:52 2019 -0400
+++ b/macros.xml Wed Dec 25 12:30:22 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>