File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
You can’t perform that action at this time.
0 commit comments