Mercurial > repos > iuc > bcftools_plugin_mendelian
changeset 14:069231c9afff draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Tue, 31 Aug 2021 07:42:46 +0000 |
| parents | 7dab6ca2473d |
| children | f3951967ae9b |
| files | bcftools_plugin_mendelian.xml macros.xml |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bcftools_plugin_mendelian.xml Fri Feb 05 19:16:04 2021 +0000 +++ b/bcftools_plugin_mendelian.xml Tue Aug 31 07:42:46 2021 +0000 @@ -1,6 +1,7 @@ <?xml version='1.0' encoding='utf-8'?> <tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@"> <description>plugin Count Mendelian consistent / inconsistent genotypes</description> + <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">mendelian</token> <token name="@PLUGIN_ID@">mendelian</token>
--- a/macros.xml Fri Feb 05 19:16:04 2021 +0000 +++ b/macros.xml Tue Aug 31 07:42:46 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>
