From e0b6b044680e94814d753c34cd5a356591587253 Mon Sep 17 00:00:00 2001 From: Hamraoui Ali <72599648+alihamraoui@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:47:24 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 33d1439..00a109b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,18 @@ # Changelog +## 2.7 (TBD) +* Moved to Ubuntu 24.04. +* Added support for ONT samplesheet. +* ToulligQC now recognizes the barcode column name as 'barcode'. +* ToulligQC now supports irregular barcode naming; issue #22. +* Fixed bugs: + * Pandas inplace issue for FASTQ and onedsquare summary files. + * PlotlyJS inclusion for independent image exports. + * Corrected read/base count histogram. + * Handled empty lines in FASTQ file. + * Resolved compression issue in pod5 file. + * BAM extractor can now deal with any BAM, even if it has not been generated by Dorado. + * Handled barcode name when it's associated with kit_barcode. + ## 2.6 (2024-01-26) * Support for the POD5 format. * Handling of barcoding in BAM and FASTQ files.