From 449544bd634adc46f653a3f2618e27eaa9d72521 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 16 Apr 2026 14:58:23 +0200 Subject: [PATCH] [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. --- pkg/obioptions/version.go | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index ca08d71..3a47141 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -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. // diff --git a/version.txt b/version.txt index 73fdf55..8be79b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.4.40 +4.4.41