Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
yhoogstrate committed Feb 2, 2018
1 parent c7dc9ea commit 0097330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
2018-02-01 Youri Hoogstrate v0.15.3
2018-02-01 Youri Hoogstrate v0.16.0
* Adds the exons before the break and exons after the break to the
integrate results. Remark that the offset to match an exon is
[-2,+2] because STAR may introduce slight offset errors.
* Fixes bug in integrate where rather similar fusions in opposite
strands were still bundled together.

2018-02-01 Youri Hoogstrate v0.15.2
* Makes mismatches per base classification more stringent
Expand Down
2 changes: 1 addition & 1 deletion drdisco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import logging
import sys

__version_info__ = ('0', '15', '3')
__version_info__ = ('0', '16', '0')
__version__ = '.'.join(__version_info__) if (len(__version_info__) == 3) else '.'.join(__version_info__[0:3]) + "-" + __version_info__[3]
__author__ = 'Youri Hoogstrate'
__homepage__ = 'https://github.com/yhoogstrate/dr-disco'
Expand Down

0 comments on commit 0097330

Please sign in to comment.