You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
+
## [v2.3] - 2024-11-19
9
+
10
+
### Bugfixes
11
+
12
+
- Remove the default read filters in the `samtools coverage` function. (This caused results with ReadsDeduped > 0 but CoveredBP 0).
13
+
- Remove bug in the `final_report.tsv` report generation, the bug kept duplicated families (from Kraken) with MappedReads 0 in the report.
14
+
- Update default values in the report to match the format of the `final_report.tsv` (e.g. 0.0 instead of 0)
15
+
8
16
## [v2.2] - 2024-09-26
9
17
10
18
### Changes
11
19
12
20
- Add a `--doublestranded` flag to adjust damage pattern analysis to the ones observed in data created from double stranded libraries.
13
21
- Changes the `bam_deam_stats.py` and the `mask_deamination.py` scripts to look at 3' G to A substitutions instead of the C to T changes as done before.
14
22
- Nothing changes for default runs
23
+
24
+
### Bugfixes
25
+
15
26
- Fix a bug in the processing of paired fastq-files.
16
27
- removes the "1" flag from the resulting bam files (make sure to merge your reads before quicksand!)
0 commit comments