[obiseq] Quality validation and new map_summaries aggregation

- Added strict length matching between sequences and quality scores in `SetQualities`, `Take Qualites` (note: likely intended as " TakeQuantiles" or similar, but preserved per commit), and `Subsequence` operations; an error is now raised if lengths do not match.
- Introduced a new `map_summaries` aggregation feature in obisummary to merge map summary data across datasets, supporting safe concurrent access and inclusion of non-empty results in the final output.
- Centralized string reversal logic via a new `inverser_chaine()` utility function, replacing duplicated inline implementations throughout the codebase.
This commit is contained in:
Eric Coissac
2026-04-16 14:58:23 +02:00
parent 434d2e5930
commit 449544bd63
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package obioptions
// Version is automatically updated by the Makefile from version.txt
// The patch number (third digit) is incremented on each push to the repository
var _Version = "Release 4.4.40"
var _Version = "Release 4.4.41"
// Version returns the version of the obitools package.
//
+1 -1
View File
@@ -1 +1 @@
4.4.40
4.4.41