Skip to content

Commit 04b5a1c

Browse files
committed
added CHANGES.txt file
1 parent be14ff3 commit 04b5a1c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1.5.9:
2+
* Fixed problem with pseudocounts. The original implementation was scaling pseudocounts twice, which resulted in unexpected results for regions with zero reads.
3+
* The tools bigWigCorrelate and bamPEFragmentSize where added to galaxy.
4+
* Added parameter missingDataAsZero to bamCoverage. The default behaviour is unchanged.
5+
* Improved error reporting of bamCorrelate when few bins are computed.
6+
7+

deeptools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This file is originally generated from Git information by running 'setup.py
33
# version'. Distribution tarballs contain a pre-generated copy of this file.
44

5-
__version__ = '1.5.8.2'
5+
__version__ = '1.5.9'

0 commit comments

Comments
 (0)