Skip to content

Commit

Permalink
ToulligQC is now 2.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamraoui committed Aug 23, 2024
1 parent 4024de3 commit 00b825b
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.7.1 (2024-08-23)
* Added Conda environment.yml.
* Fixed bugs:
* Corrected N50 and L50 computation (issue #28).
* Recognized the standard barcode arrangement (BC|RB|NB|BP) in the samplesheet (issue #27).
* Fixed barcoding for the Fastq_extractor (issue #30).
* Fixed time format for BAM and FASTQ extractors.


## 2.7 (2024-06-21)
* Moved to Ubuntu 24.04.
* Added support for ONT samplesheet.
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:24.04

MAINTAINER Laurent Jourdren <jourdren@bio.ens.psl.eu>
ARG VERSION=2.7
ARG VERSION=2.7.1
ARG INSTALL_PACKAGES="git"
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install --yes \
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.7'
__version__ = '2.7.1'

0 comments on commit 00b825b

Please sign in to comment.