We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7121e commit 23f837fCopy full SHA for 23f837f
CHANGES.md
@@ -1,3 +1,7 @@
1
+### 0.6.5 (2017-18-03) ###
2
+
3
+* Fixed pairix aggregator to properly deal with autoflipping of pairs
4
5
### 0.6.4 (2017-17-03) ###
6
7
* Migrated higlass multires aggregator to `cooler coarsegrain` command
cooler/__init__.py
@@ -11,7 +11,7 @@
11
12
"""
13
import logging
14
-__version__ = '0.6.5-dev'
+__version__ = '0.6.5'
15
__format_version__ = 2
16
_logger = None
17
0 commit comments