Skip to content

Commit

Permalink
ToulligQC is now 2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamraoui committed Mar 22, 2023
1 parent adbf92e commit 45c26e1
Show file tree
Hide file tree
Showing 3 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,4 +1,8 @@
# Changelog
## 2.3 (2023-03-22)
* Numpy 1.24 is now supported (thanks to Sean Black).
* Scatter plot of read length vs PHRED score has been remplaced by a 2D density plot.
* Add bases per barcode distribution graphs.

## 2.2.3 (2022-09-29)
* Fix error when no Fast5 file is found in a directory provided as argument. Now throw an understandable error message.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04

MAINTAINER Laurent Jourdren <jourdren@bio.ens.psl.eu>
ARG VERSION=2.2.3
ARG VERSION=2.3
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install --yes \
python3 \
Expand Down
2 changes: 1 addition & 1 deletion toulligqc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.2.3'
__version__ = '2.3'

0 comments on commit 45c26e1

Please sign in to comment.