Skip to content

Commit

Permalink
ToulligQC is now 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Mar 21, 2019
1 parent 10ebbd9 commit 46d2e96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1 (2019-03-21)
* Add Guppy support for 1D and 1D2
* Telemetry files generated by Albacore or Guppy can now be used to retrieve run information instead of reading a FAST5 file and the pipeline.log file.
* Refactoring of the code of the extractors

## 1.0 (2018-10-23)
* Report.data log file reviewed

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:18.04

MAINTAINER Laurent Jourdren <[email protected]>

ARG VERSION=1.1
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install --yes \
python3 \
Expand All @@ -17,7 +17,7 @@ RUN apt update && \
cd /tmp && \
git clone https://github.com/GenomicParisCentre/toulligQC && \
cd toulligQC && \
git checkout v1.0 && \
git checkout v$VERSION && \
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__ = '1.1-dev'
__version__ = '1.1'

0 comments on commit 46d2e96

Please sign in to comment.