Skip to content

Commit

Permalink
ToulligQC is now 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamraoui committed Jan 26, 2024
1 parent 2bc3da1 commit 79974bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
## 2.6 (2024-01-26)
* Support for the POD5 format.
* Handling of barcoding in BAM and FASTQ files.
* Support for Fast5 .tar files without compression.
* Fixed an issue with BAM tags extraction.
* Fixed the issue with the 'passes_filtering'-only sequencing summary.
* Fixed the bug related to numpy.bool with numpy version 1.24 or later.
* Improved compatibility with pandas 2.0.

## 2.5 (2023-11-03)
* Fixed error when no failed reads were found (Issue #20).
* Fixed error when unclassified barcodes were missing.
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:23.10

MAINTAINER Laurent Jourdren <[email protected]>
ARG VERSION=2.5
ARG VERSION=2.6
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.5'
__version__ = '2.6'

0 comments on commit 79974bf

Please sign in to comment.