Skip to content

Commit

Permalink
ToulligQC is now 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Jun 21, 2024
1 parent e0b6b04 commit 39e9663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## 2.7 (TBD)
## 2.7 (2024-06-21)
* Moved to Ubuntu 24.04.
* Added support for ONT samplesheet.
* ToulligQC now recognizes the barcode column name as 'barcode'.
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 <[email protected]>
ARG VERSION=2.7.0
ARG VERSION=2.7
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.6'
__version__ = '2.7'

0 comments on commit 39e9663

Please sign in to comment.