Skip to content

Commit

Permalink
Merge branch 'release/1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Sep 23, 2020
2 parents 9ad3725 + 462a291 commit 1e56172
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGES

## 1.5.0

* Update to [htslib 1.11](https://github.com/samtools/htslib/releases/tag/1.11)
* Update to [libBigWig 0.4.4](https://github.com/dpryan79/libBigWig/releases/tag/0.4.4)

## 1.4.0

* Move cwl and examples into core cgpBigWig respository
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ USER root

# ALL tool versions used by opt-build.sh
# need to keep in sync with setup.sh
ARG VER_HTSLIB="1.10.2"
ARG VER_LIBBW="0.4.2"
ARG VER_HTSLIB="1.11"
ARG VER_LIBBW="0.4.4"

ENV OPT /opt/wtsi-cgp
ENV PATH $OPT/bin:$PATH
Expand Down Expand Up @@ -45,7 +45,7 @@ FROM ubuntu:20.04

LABEL maintainer="[email protected]"\
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Sanger Institute" \
version="1.4.0" \
version="1.5.0" \
description="cgpBigWig"

ENV OPT /opt/wtsi-cgp
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.5.0
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

# ALL tool versions used by opt-build.sh
# need to keep in sync with Dockerfile
export VER_HTSLIB="1.10.2"
export VER_LIBBW="0.4.2"
export VER_HTSLIB="1.11"
export VER_LIBBW="0.4.4"

if [[ ($# -ne 1 && $# -ne 2) ]] ; then
echo "Please provide an installation path and optionally perl lib paths to allow, e.g."
Expand Down

0 comments on commit 1e56172

Please sign in to comment.