Mercurial > repos > iuc > bcftools_query_list_samples
changeset 14:0e697f5ab26f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Mon, 30 Aug 2021 21:57:22 +0000 |
| parents | d7cf3e3f2036 |
| children | 39672d216895 |
| files | bcftools_query_list_samples.xml macros.xml |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bcftools_query_list_samples.xml Fri Feb 05 18:59:45 2021 +0000 +++ b/bcftools_query_list_samples.xml Mon Aug 30 21:57:22 2021 +0000 @@ -1,6 +1,7 @@ <?xml version='1.0' encoding='utf-8'?> <tool name="bcftools List Samples" id="bcftools_@EXECUTABLE@_list_samples" version="@TOOL_VERSION@"> <description>in VCF/BCF file</description> + <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">query</token> <import>macros.xml</import>
--- a/macros.xml Fri Feb 05 18:59:45 2021 +0000 +++ b/macros.xml Mon Aug 30 21:57:22 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>
