Mercurial > repos > iuc > bamtools_split_ref
changeset 4:9b8feb118f9e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_split commit 5ebe920838ab3c36e93d620c479df17f43f8e336
author | iuc |
---|---|
date | Fri, 15 Mar 2024 13:49:30 +0000 |
parents | 9b520009db81 |
children | |
files | bamtools_split_ref.xml macros.xml |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bamtools_split_ref.xml Fri Jan 13 12:17:49 2023 +0000 +++ b/bamtools_split_ref.xml Fri Mar 15 13:49:30 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements"> <requirement type="package" version="1.16.1">samtools</requirement> </expand>
--- a/macros.xml Fri Jan 13 12:17:49 2023 +0000 +++ b/macros.xml Fri Mar 15 13:49:30 2024 +0000 @@ -1,7 +1,12 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">2.5.2</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">bamtools</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">bamtools</requirement>