From 63036b723b7762d78f4283ddf53d2db1f0475b86 Mon Sep 17 00:00:00 2001 From: Joyjit Daw <1127155+tijyojwad@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:03:55 +0000 Subject: [PATCH] add commit has for CIGAR string fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e30f2c47..7d12ea330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to Dorado will be documented in this file. This release of Dorado fixes a bug causing malformed CIGAR strings, prevents crashing when calling modifications with duplex, and improves adapter and primer trimming support. -* [] - Fix malformed CIGAR string for non-primary alignment +* 062e5e32a23f7f88705c3e5ef989f3f8c524b340 - Fix malformed CIGAR string for non-primary alignment * 0a057bb14c6342092eaf5787c5de90f41c08a93b - Fix duplex modifications crash * d453db274d68f5f315deb1f1238814ec24953588 - Add missing support for RAD adapter detection and trimming * 8c2d004d71c9c21fb7bfbe283ba44bc100a67793 - Correctly trim modbase tags for reverse strand alignments