Skip to content

Commit

Permalink
Rls prep (#42)
Browse files Browse the repository at this point in the history
* allow python2 testing to live forever

* bump version
  • Loading branch information
mwykes authored Aug 25, 2020
1 parent 49f4e43 commit ebba75f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.2.22
-------
* Update way reads classifications are parsed from the bulk to use modal classification as Minknow now does.

v1.2.21
-------
* Add filter_from_bam command to create filter tsv file from BAM and sequencing summary file.

v1.2.20
-------
* Add `index_reads` program to build read_id->file index tsv file.
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
venv_py2/bin/activate:
test -d venv_py2 || virtualenv venv_py2 --prompt '(fast5_py2) ' --python=python2
. $@ && pip install pip --upgrade
. $@ && pip install "setuptools<45"
. $@ && pip install -r dev_requirements.txt
. $@ && pip install -r requirements.txt;

Expand Down
2 changes: 1 addition & 1 deletion fast5_research/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.2.21'
__version__ = '1.2.22'

from fast5_research.fast5 import Fast5, iterate_fast5
from fast5_research.fast5_bulk import BulkFast5

0 comments on commit ebba75f

Please sign in to comment.