# HG changeset patch # User iuc # Date 1773847033 0 # Node ID 6ee278f53917660a75456f08389275d8b3b69334 # Parent 0f5bcf7e18a7bfd8b4b767560a084581ee173616 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/haltools commit 30ac0af6dfa729277011bcd73cd5560efa03fb97 diff -r 0f5bcf7e18a7 -r 6ee278f53917 hal_halCoverage.xml --- a/hal_halCoverage.xml Thu Mar 05 11:31:35 2026 +0000 +++ b/hal_halCoverage.xml Wed Mar 18 15:17:13 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 0f5bcf7e18a7 -r 6ee278f53917 macros.xml --- a/macros.xml Thu Mar 05 11:31:35 2026 +0000 +++ b/macros.xml Wed Mar 18 15:17:13 2026 +0000 @@ -4,8 +4,9 @@ cactus - 2.9.9 - 1 + 3.1.4 + 0 + 1 25.1 diff -r 0f5bcf7e18a7 -r 6ee278f53917 test-data/halAddToBranch_bot_input.hal Binary file test-data/halAddToBranch_bot_input.hal has changed diff -r 0f5bcf7e18a7 -r 6ee278f53917 test-data/halAddToBranch_top_input.hal Binary file test-data/halAddToBranch_top_input.hal has changed diff -r 0f5bcf7e18a7 -r 6ee278f53917 test-data/halTestExtended.hal Binary file test-data/halTestExtended.hal has changed