Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Jan 30, 2020
1 parent 01689df commit f331162
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Version 0.5.0:

* Fixed an issue with the `--cytosine_report` option where the reported chromosome name could be wrong IF the input BAM files were very sparse and multiple threads were used. (issue #88)
* libBigWig is now an external dependency as it's needed for handling the "binary bismap format"
* Added support for blacklisting reads according to a "binary bismap file". See [here](https://github.com/dpryan79/MethylDackel/blob/master/BBM_Specification.md) for details. Code for this was contributed by @valiec and @bwlang at New England Biolabs.

Version 0.4.0:

* Switched to an external htslib. It is currently compatible with htslib versions 1.4 through 1.9 (the latest one at the time of release).
* Added the `--perRead` option, as used in https://www.biorxiv.org/content/10.1101/481283v1
* Removed the `--maxDepth` option, it's not longer required.
* Fixed issue #58, the `--keepDupes` flag now changes `--ignoreFlags`.
* Fixed issue #59, the confidence intervals should no longer extend outside of [0, 1].
* libBigWig is now an external dependency as it's needed for handling the "binary bismap format"
* Added support for blacklisting reads according to a "binary bismap file". See [here](https://github.com/dpryan79/MethylDackel/blob/master/BBM_Specification.md) for details. Code for this was contributed by @valiec and @bwlang at New England Biolabs.

Version 0.3.0:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CFLAGS ?= -Wall -g -O3 -pthread
all: MethylDackel

OBJS = common.o bed.o svg.o pileup.o extract.o MBias.o mergeContext.o perRead.o
VERSION = 0.4.0
VERSION = 0.5.0

version.h:
echo '#define VERSION "$(VERSION)"' > $@
Expand Down

0 comments on commit f331162

Please sign in to comment.