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,22 @@ 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.4.4]
8+ ### Adds
9+ - [ extract] Adds alignment start and end columns
10+ - [ extract] Adds motif annotation column
11+ - [ localize] Allow BED4 input regions
12+ - [ dmr] Improve logging and error reporting, adds ` --careful ` to output table of contigs that can be processed.
13+ - [ dmr] Adds Cohen's h statistic
14+ - [ motif, search] Adds "batch and narrow" exhaustive search algorithm
15+ - [ motif, search] Adds structured logging
16+ ### Changes
17+ - [ all] Any output that is BED-like will have headers with "#" comment symbol
18+ ### Fixes
19+ - [ all] Correctly parse "transcript"-like contigs for ` --region ` arguments
20+ - [ dmr] Correctly handle bedMethyl tables with multiple motifs in the ` name ` column
21+
22+
723## [ v0.4.4-rc1]
824### Fixes
925- [ bedmethyl, merge] Merge and write concurrently, improves memory usage and runtime massively.
You can’t perform that action at this time.
0 commit comments