Skip to content

Commit

Permalink
ToulligQC is now 2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamraoui committed Nov 3, 2023
1 parent ae7d543 commit 67267fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog
## 2.5 (2023-11-03)
* Fixed error when no failed reads were found (Issue #20).
* Fixed error when unclassified barcodes were missing.
* FASTQ and BAM files can now be used instead of the sequencing summary file.
* Added the ability to specify a barcode range (e.g., `--barcodes barcode01:barcode48`).

## 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 2D density plot title style.
* Fix error when a summary file with barcode information was provided in addition of barcoding files (Issue #17), now the barcode files will be skipped with a warning 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

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 <[email protected]>
ARG VERSION=2.4
ARG VERSION=2.5
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.4'
__version__ = '2.5'

0 comments on commit 67267fc

Please sign in to comment.