From 8e6c2855611f31139be93af16fe5448b3347b421 Mon Sep 17 00:00:00 2001 From: Joyjit Daw Date: Thu, 21 Dec 2023 12:14:28 -0500 Subject: [PATCH] add missing changes to changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6013f836b..a337fadb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ All notable changes to Dorado will be documented in this file. This release of Dorado fixes bugs with adapter trimming and custom barcodes, introduces a more accurate 6mA model, and adds several quality of life improvements. -* TBD - Allow RNA adapter trimming to be skipped. +* 9a4639261576bf957392b406f7e36664b1ddf9eb - Replace use of constant with a parameter from custom barcode file. +* 1893d69a4f472df00936db3fe7c31a72de31c23a - Decouple basecall library from models library. +* e42761c65b96e4feecdbdaff343928e30e258ee8 - Allow RNA adapter trimming to be skipped. * a510d531af46dc07c445d59914e809b4a18de0ad - Prevent simultaneous usage of multiple modbase models affecting the same canonical base. * 371a252ac5d62512597d288bb3396cc93a2b18fc - Fix incorrect sample count in the ns tag with sequence trimming. * 9f532ffe298c72f39984fc68e36e9fa24d811382 - Remove modbase tags for non-primary alignments except when soft clipping is enabled.