Mercurial > repos > devteam > bamtools
changeset 5:befc9dad4ca8 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/bamtools/bamtools commit 1cacd14cfb2429fefa91fdd05c82d2e36d23283a"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 10:02:03 +0000 |
parents | 4d343c1f606b |
children | e4490b16f0d7 |
files | bamtools.xml macros.xml |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/bamtools.xml Wed Dec 04 07:44:35 2019 -0500 +++ b/bamtools.xml Sat Nov 27 10:02:03 2021 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="bamtools" name="Convert, Merge, Randomize" version="@VERSION@.0"> +<tool id="bamtools" name="Convert, Merge, Randomize" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> <description>BAM datasets and perform other transformations</description> <macros> <import>macros.xml</import>
--- a/macros.xml Wed Dec 04 07:44:35 2019 -0500 +++ b/macros.xml Sat Nov 27 10:02:03 2021 +0000 @@ -1,9 +1,10 @@ <?xml version="1.0"?> <macros> - <token name="@VERSION@">2.4.0</token> + <token name="@TOOL_VERSION@">2.5.1</token> + <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">bamtools</requirement> + <requirement type="package" version="@TOOL_VERSION@">bamtools</requirement> <requirement type="package" version="1.4.1">samtools</requirement> </requirements> </xml>