Skip to content

Commit

Permalink
UPDATE : ToulligQC is now 0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
laffayb committed Jul 19, 2018
1 parent c585437 commit d9154f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.10 (2018-07-18)
* Add pipeline.log parsing option

## 0.9 (2018-03-21)
* Fix out of memory error when parsing big FASTQ files. The parsing of FASTQ files is now faster

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt update && \
cd /tmp && \
git clone https://github.com/GenomicParisCentre/toulligQC && \
cd toulligQC && \
git checkout v0.9 && \
git checkout v0.10 && \
python3 setup.py build install && \
apt remove --yes git && \
apt clean
Expand Down
2 changes: 1 addition & 1 deletion toulligqc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.9'
__version__='0.10'

0 comments on commit d9154f4

Please sign in to comment.