File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed 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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
23
## [ v0.4.4-rc1]
8
24
### Fixes
9
25
- [ bedmethyl, merge] Merge and write concurrently, improves memory usage and runtime massively.
You can’t perform that action at this time.
0 commit comments