Skip to content

Commit 2773aed

Browse files
committed
Merge branch 'ar/changelog-062' into 'master'
chore: update changelog See merge request machine-learning/modkit!347
2 parents 3103256 + f27afe3 commit 2773aed

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.6.2]
8+
### Fixes
9+
- [docs] Fixes transparent background making it difficult to view images thank you @SuhasSrinivasan
10+
- [pileup] Fix "typo" that ignored `Mm` tags
11+
- [pileup, bedRmod] Allow DS tag to fail parsing or be missing
12+
### Adds
13+
- [pileup] Allow optional usage of non-primary alignments with `--allow-non-primary` flag
14+
- [extract] Adds `extract read-stats` command to make tables of read-level modification counts
15+
### Changes
16+
- [modbam, sample-probs] Refactor algorithm to decrease memory usage when sampling from the whole modBAM and decrease run time
17+
- [dmr] Allow single modification to be run is isolation. This makes tests "mod" vs "unmodified or other mod".
18+
- [modbam, summary] Refactor to use same mechanism as `sample-probs`. Allow summary at `--matched-only` sites.
19+
20+
721
## [v0.6.1]
822
### Fixes
923
- [pileup] Fix combine strands when falling back to 'generic workers' fixes #545

0 commit comments

Comments
 (0)