# HG changeset patch # User iuc # Date 1772710242 0 # Node ID a9eb29f924e1243093a8639fc8bceaa351cfc5a9 # Parent a9c52b2edba79398aecdfad8a90fa7634d22c351 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/haltools commit f46096b336bf460424143fc9d633b5e7c20bf1cf diff -r a9c52b2edba7 -r a9eb29f924e1 hal_halStats.xml --- a/hal_halStats.xml Fri Feb 06 10:48:53 2026 +0000 +++ b/hal_halStats.xml Thu Mar 05 11:30:42 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': @@ -60,13 +60,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': + | tr ',' '\t' + #else if $mode.option == '--numSegments': + | tr ' ' '\t' ## Replace spaces + #end if + >> '$out_file' ]]> diff -r a9c52b2edba7 -r a9eb29f924e1 macros.xml --- a/macros.xml Fri Feb 06 10:48:53 2026 +0000 +++ b/macros.xml Thu Mar 05 11:30:42 2026 +0000 @@ -5,7 +5,7 @@ 2.9.9 - 0 + 1 25.1 @@ -171,7 +171,7 @@ ^\S(?:.*\S)?$ - ^\S(?:[^,]*\S)?(?:,\S(?:[^,]*\S)?)*$ + ^[^,\s]+(,[^,\s]+)*$ ^.*;$