# HG changeset patch
# User iuc
# Date 1773846978 0
# Node ID a1e5aa5634488b784a4aea03590620ce36f725c1
# Parent a9eb29f924e1243093a8639fc8bceaa351cfc5a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/haltools commit 30ac0af6dfa729277011bcd73cd5560efa03fb97
diff -r a9eb29f924e1 -r a1e5aa563448 hal_halStats.xml
--- a/hal_halStats.xml Thu Mar 05 11:30:42 2026 +0000
+++ b/hal_halStats.xml Wed Mar 18 15:16:18 2026 +0000
@@ -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':
@@ -61,8 +63,8 @@
#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'
+ #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
@@ -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
- 1
+ 3.1.4
+ 0
+ 1
25.1
diff -r a9eb29f924e1 -r a1e5aa563448 test-data/halAddToBranch_bot_input.hal
Binary file test-data/halAddToBranch_bot_input.hal has changed
diff -r a9eb29f924e1 -r a1e5aa563448 test-data/halAddToBranch_top_input.hal
Binary file test-data/halAddToBranch_top_input.hal has changed
diff -r a9eb29f924e1 -r a1e5aa563448 test-data/halTestExtended.hal
Binary file test-data/halTestExtended.hal has changed