# HG changeset patch # User iuc # Date 1773846366 0 # Node ID 4b1c38d744a0f579087d4337465693340bf83886 # Parent 25dcde5bf94e0e7b93d3f2721bd0fa012d482939 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/haltools commit 30ac0af6dfa729277011bcd73cd5560efa03fb97 diff -r 25dcde5bf94e -r 4b1c38d744a0 hal_halStats.xml --- a/hal_halStats.xml Fri Feb 06 10:39:34 2026 +0000 +++ b/hal_halStats.xml Wed Mar 18 15:06:06 2026 +0000 @@ -7,11 +7,11 @@ > '$out_file' && #else if $mode.option == '--numSegments': - echo -e 'numTopSegments\tnumBottomSegments'; + echo -e 'numTopSegments\tnumBottomSegments' >> '$out_file' && #end if halStats #if $mode.option == '--allCoverage': @@ -26,6 +26,8 @@ --root #else if $mode.option == '--tree': --tree + #else if $mode.option == '--assembly': + --assembly #else if $mode.option == '--baseComp': --baseComp '$mode.baseComp' #else if $mode.option == '--bedSequences': @@ -60,13 +62,13 @@ --topSegments '$mode.topSegments' #end if '$input_hal' - ## Pipes specific output to replace commas with tabs. Output is mostly numerical, and Genome names contain no commas, as this would invalidate the HAL Newick tree. - #if $mode.option == '--allCoverage' or $mode.option == '--sequenceStats' or $mode.option == '--percentID' or $mode.option == '--coverage': - | tr ',' '\t' - #else if $mode.option == '--numSegments': - | tr ' ' '\t' ## Replace spaces - #end if - ) > '$out_file' + ## Pipes specific output to replace commas with tabs. Output is mostly numerical, and Genome names contain no commas, as this would invalidate the HAL Newick tree. + #if $mode.option == '--allCoverage' or $mode.option == '--sequenceStats' or $mode.option == '--percentID' or $mode.option == '--coverage' or $mode.option == '--assembly': + | sed $'s/, */\t/g' + #else if $mode.option == '--numSegments': + | tr ' ' '\t' ## Replace spaces + #end if + >> '$out_file' ]]> @@ -78,6 +80,7 @@ + @@ -174,6 +177,7 @@ + @@ -213,6 +217,7 @@ + @@ -238,8 +243,8 @@ - - + + @@ -247,6 +252,20 @@ + + + + + + + + + + + + + + @@ -333,8 +352,8 @@ - - + + @@ -372,8 +391,8 @@ - - + + @@ -469,6 +488,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 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 25dcde5bf94e -r 4b1c38d744a0 test-data/halAddToBranch_bot_input.hal Binary file test-data/halAddToBranch_bot_input.hal has changed diff -r 25dcde5bf94e -r 4b1c38d744a0 test-data/halAddToBranch_top_input.hal Binary file test-data/halAddToBranch_top_input.hal has changed diff -r 25dcde5bf94e -r 4b1c38d744a0 test-data/halTestExtended.hal Binary file test-data/halTestExtended.hal has changed