Skip to content

Commit

Permalink
ToulligQC is now 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamraoui committed Apr 26, 2023
1 parent a0014ee commit b5ff2e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## 2.3.1 (TBD)
## 2.4 (2023-04-26)
* In over time graphs (read length, PHRED score and translocation speed), now fill the gaps for the 75% and 25% to avoid filling glitch.
* fix 2D density plot title style.
* Fix error when summary file with barcodes information was provided in addition of barcoding files (Issue #17), now the barcoding files will be skipped with warnning message in case summary file with barcode information is provided.
* Add the selected speed and sample frequency of the run in the "Run statistics" table of the ToulligQC report

## 2.3 (2023-03-22)
* Numpy 1.24 is now supported (thanks to Sean Black).
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.3
ARG VERSION=2.4
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.3'
__version__ = '2.4'

0 comments on commit b5ff2e0

Please sign in to comment.