From 5c72ce4d8f9584d6c34b9ce6ce32c2a846be8374 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Wed, 23 Aug 2023 21:34:14 +0200 Subject: [PATCH] Changelog for MAPQ=60 fix --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 56c622c3..c598b4ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ ## development version +* #293: Fix: When mapping single-end reads, many multimappers were previously + assigned a high mapping quality. They now get assigned mapping quality zero + as intended. * #318: Added a `--details` option mainly intended for debugging. When used, some strobealign-specific tags are added to the SAM output that inform about things like no. of seeds found, whether mate rescue was performed etc.