Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Apr 23, 2019
1 parent 1579c6f commit 6e065d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.3.0 (2019-04-23) ###

* parse: tag pairs with missing FASTQ/SAM on one side as corrupt, pair type "XX"

### 0.2.2 (2019-01-07) ###

* sort: enable lz4c compression of sorted chunks by default
Expand Down
4 changes: 2 additions & 2 deletions pairtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
CLI tools to process mapped Hi-C data
:copyright: (c) 2017 Massachusetts Institute of Technology
:copyright: (c) 2017-2019 Massachusetts Institute of Technology
:author: Mirny Lab
:license: MIT
"""

__version__ = '0.2.2'
__version__ = '0.3.0'


import click
Expand Down

0 comments on commit 6e065d1

Please sign in to comment.