Mercurial > repos > iuc > hal_halalignmentdepth
diff macros.xml @ 1:dc749a5f2578 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:08:30 +0000 |
| parents | 25489f7c4cff |
| children |
line wrap: on
line diff
--- a/macros.xml Fri Feb 06 10:35:39 2026 +0000 +++ b/macros.xml Wed Mar 18 15:08:30 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="@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> @@ -171,7 +172,7 @@ <validator type="regex" message="Enter without leading or trailing spaces">^\S(?:.*\S)?$</validator> </xml> <xml name="validator_comma_list"> - <validator type="regex" message="Enter a comma separated list of genomes, without leading or trailing spaces">^\S(?:[^,]*\S)?(?:,\S(?:[^,]*\S)?)*$</validator> + <validator type="regex" message="Enter a comma separated list of genomes, without leading or trailing spaces">^[^,\s]+(,[^,\s]+)*$</validator> </xml> <xml name="validator_newick"> <validator type="regex" message="Enter a Newick tree">^.*;$</validator>
