Skip to content

Commit 86c6097

Browse files
committed
Bump to 2.5.6
1 parent 33409a7 commit 86c6097

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.5.6
2+
3+
* Fixed a bug where deepTools in python3 can't handle npz file labels created under python 2.
4+
15
2.5.5
26

37
* Updated blacklist handling such that an error is thrown on overlapping regions.

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__ = '2.5.5'
5+
__version__ = '2.5.6'

galaxy/wrapper/deepTools_macros.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<macros>
22

33
<token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
4-
<token name="@WRAPPER_VERSION@">2.5.5</token>
4+
<token name="@WRAPPER_VERSION@">2.5.6</token>
55
<xml name="requirements">
66
<requirements>
7-
<requirement type="package" version="2.5.5">deeptools</requirement>
7+
<requirement type="package" version="2.5.6">deeptools</requirement>
88
<yield />
99
</requirements>
1010
<expand macro="stdio" />

0 commit comments

Comments
 (0)