Mercurial > repos > iuc > chewbbaca_joinprofiles
changeset 4:46269c0ef8e9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/chewbbaca commit 7e7e13eae76e4d4fee93a462c1c8984ffbd5343f
| author | iuc |
|---|---|
| date | Mon, 23 Mar 2026 22:29:28 +0000 |
| parents | e3cba867efd4 |
| children | |
| files | JoinProfiles.xml macros.xml |
| diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/JoinProfiles.xml Wed Sep 25 14:13:56 2024 +0000 +++ b/JoinProfiles.xml Mon Mar 23 22:29:28 2026 +0000 @@ -1,4 +1,4 @@ -<tool id="chewbbaca_joinprofiles" name="chewBBACA JoinProfiles" version="@CHEW_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> +<tool id="chewbbaca_joinprofiles" name="chewBBACA JoinProfiles" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>Join allele calling results from different runs</description> <macros> <import>macros.xml</import>
--- a/macros.xml Wed Sep 25 14:13:56 2024 +0000 +++ b/macros.xml Mon Mar 23 22:29:28 2026 +0000 @@ -1,10 +1,10 @@ <macros> - <token name="@CHEW_VERSION@">3.3.10</token> - <token name="@VERSION_SUFFIX@">0</token> - <token name="@PROFILE@">23.0</token> + <token name="@TOOL_VERSION@">3.3.10</token> + <token name="@VERSION_SUFFIX@">1</token> + <token name="@PROFILE@">24.2</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@CHEW_VERSION@">chewbbaca</requirement> + <requirement type="package" version="@TOOL_VERSION@">chewbbaca</requirement> <requirement type="package" version="2.15.0">blast</requirement> <requirement type="package" version="3.0">zip</requirement> <requirement type="package" version="2.1.11">fasttree</requirement>
