# HG changeset patch # User iuc # Date 1577294513 18000 # Node ID 2c53c8974cb35267d6a539e35cfd63688342bd09 # Parent 0c1889b0917b12718084e9975b1d09e5056858e6 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8f3fe2272c80fdb749db49be689681e4d1391bee" diff -r 0c1889b0917b -r 2c53c8974cb3 bcftools_plugin_impute_info.xml --- a/bcftools_plugin_impute_info.xml Thu Oct 17 02:48:18 2019 -0400 +++ b/bcftools_plugin_impute_info.xml Wed Dec 25 12:21:53 2019 -0500 @@ -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 Add imputation information metrics to the INFO field</description> <macros> <token name="@EXECUTABLE@">impute-info</token> diff -r 0c1889b0917b -r 2c53c8974cb3 macros.xml --- a/macros.xml Thu Oct 17 02:48:18 2019 -0400 +++ b/macros.xml Wed Dec 25 12:21:53 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>