Mercurial > repos > iuc > bcftools_plugin_fixploidy
diff macros.xml @ 13:d9f9294ccccc draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit d5a01866d60f9775392420988259f1e79c464163"
author | iuc |
---|---|
date | Thu, 14 Oct 2021 10:27:00 +0000 |
parents | 365325116147 |
children | f2482aa4862e |
line wrap: on
line diff
--- a/macros.xml Fri Feb 05 19:20:19 2021 +0000 +++ b/macros.xml Thu Oct 14 10:27:00 2021 +0000 @@ -1,5 +1,10 @@ <macros> <token name="@TOOL_VERSION@">1.10</token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">bcftools</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">bcftools</requirement> @@ -11,7 +16,7 @@ <requirement type="package" version="1.10">samtools</requirement> </xml> <xml name="matplotlib_requirement"> - <requirement type="package" version="3.1.0">matplotlib</requirement> + <requirement type="package" version="3.4.3">matplotlib</requirement> </xml> <xml name="version_command"> <version_command>bcftools 2>&1 | grep 'Version:'</version_command>