Skip to content

Commit

Permalink
ToulligQC is now 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Apr 9, 2021
1 parent a8ee857 commit 34f56fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.0 (2021-XX-XX)
## 2.0 (2021-04-09)
* Fix duration computation
* For PHRED score distribution boxplots, remove unnecessary interpolation before creating boxplot
* Remove duplicated code for 1D and 1D2 in PHRED score distribution graphs
Expand All @@ -12,6 +12,8 @@
* For read count histogram tables, replace "frequency" by "percent"
* Rename y-axis for "Distribution of read lengths" graphs to "Read count"
* Add new command line options to finely define output file paths
* Update the sigma value for gaussian filters when smoothing plots
* In correlation scatterplots, now ponderate the number of pass/fail spots by the pass/fail ratio when using interpolation

## 2.0b3 (2021-03-22)
* New CSS for HTML 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 <jourdren@bio.ens.psl.eu>
ARG VERSION=2.0b3
ARG VERSION=2.0
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.0b3'
__version__ = '2.0'

0 comments on commit 34f56fa

Please sign in to comment.