Skip to content

Commit

Permalink
Bump to 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Jan 28, 2018
1 parent 33409a7 commit 86c6097
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.5.6

* Fixed a bug where deepTools in python3 can't handle npz file labels created under python 2.

2.5.5

* Updated blacklist handling such that an error is thrown on overlapping regions.
Expand Down
2 changes: 1 addition & 1 deletion deeptools/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This file is originally generated from Git information by running 'setup.py
# version'. Distribution tarballs contain a pre-generated copy of this file.

__version__ = '2.5.5'
__version__ = '2.5.6'
4 changes: 2 additions & 2 deletions galaxy/wrapper/deepTools_macros.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<macros>

<token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
<token name="@WRAPPER_VERSION@">2.5.5</token>
<token name="@WRAPPER_VERSION@">2.5.6</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="2.5.5">deeptools</requirement>
<requirement type="package" version="2.5.6">deeptools</requirement>
<yield />
</requirements>
<expand macro="stdio" />
Expand Down

0 comments on commit 86c6097

Please sign in to comment.