# HG changeset patch # User iuc # Date 1773846432 0 # Node ID 36cea1c55698926c011b17a652a538651b5e04b1 # Parent 48d453b8f39dc17685b2d9c7208d7df1ab4bfca6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/haltools commit 30ac0af6dfa729277011bcd73cd5560efa03fb97 diff -r 48d453b8f39d -r 36cea1c55698 hal_halCoverage.xml --- a/hal_halCoverage.xml Fri Feb 06 10:39:17 2026 +0000 +++ b/hal_halCoverage.xml Wed Mar 18 15:07:12 2026 +0000 @@ -12,7 +12,7 @@ --seed $seed $bySequence ## Pipes output to replace commas with tabs. Output is mostly numerical, and Genome names contain no commas, as this would invalidate the HAL Newick tree. - '$input_hal' '$refGenome' | tr ',' '\t' > '$out_file' + '$input_hal' '$refGenome' | sed $'s/, */\t/g' > '$out_file' ]]> @@ -31,8 +31,8 @@ - - + + @@ -44,8 +44,8 @@ - - + + @@ -57,8 +57,8 @@ - - + + diff -r 48d453b8f39d -r 36cea1c55698 macros.xml --- a/macros.xml Fri Feb 06 10:39:17 2026 +0000 +++ b/macros.xml Wed Mar 18 15:07:12 2026 +0000 @@ -4,8 +4,9 @@ cactus - 2.9.9 + 3.1.4 0 + 1 25.1 @@ -171,7 +172,7 @@ ^\S(?:.*\S)?$ - ^\S(?:[^,]*\S)?(?:,\S(?:[^,]*\S)?)*$ + ^[^,\s]+(,[^,\s]+)*$ ^.*;$ diff -r 48d453b8f39d -r 36cea1c55698 test-data/halAddToBranch_bot_input.hal Binary file test-data/halAddToBranch_bot_input.hal has changed diff -r 48d453b8f39d -r 36cea1c55698 test-data/halAddToBranch_top_input.hal Binary file test-data/halAddToBranch_top_input.hal has changed diff -r 48d453b8f39d -r 36cea1c55698 test-data/halTestExtended.hal Binary file test-data/halTestExtended.hal has changed