Mercurial > repos > iuc > hal_hal2vg
changeset 2:9cf5a6009328 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/haltools commit 30ac0af6dfa729277011bcd73cd5560efa03fb97
| author | iuc |
|---|---|
| date | Wed, 18 Mar 2026 15:18:47 +0000 |
| parents | d989142ead55 |
| children | |
| files | hal_hal2vg.xml macros.xml test-data/halAddToBranch_bot_input.hal test-data/halAddToBranch_top_input.hal test-data/halTestExtended.hal |
| diffstat | 5 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hal_hal2vg.xml Thu Mar 05 11:33:07 2026 +0000 +++ b/hal_hal2vg.xml Wed Mar 18 15:18:47 2026 +0000 @@ -1,4 +1,4 @@ -<tool id="hal_hal2vg" name="hal2vg" version="1.1.8+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> +<tool id="hal_hal2vg" name="hal2vg" version="1.1.8+galaxy@VERSION_SUFFIX_HAL2VG@" profile="@PROFILE@"> <description>converts HAL to a vg-compatible sequence graph</description> <macros> <import>macros.xml</import>
--- a/macros.xml Thu Mar 05 11:33:07 2026 +0000 +++ b/macros.xml Wed Mar 18 15:18:47 2026 +0000 @@ -4,8 +4,9 @@ <requirement type="package" version="@TOOL_VERSION@">cactus</requirement> </requirements> </xml> - <token name="@TOOL_VERSION@">2.9.9</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@TOOL_VERSION@">3.1.4</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX_HAL2VG@">1</token> <token name="@PROFILE@">25.1</token> <xml name="stdio"> <stdio>
