diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7a86d..f1974ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). the container and passing the host user's user and group IDs to the container via environment variables. - gosu 1.9. +- gotea 0.0.2 ### Changed diff --git a/Dockerfile b/Dockerfile index d64d036..cd5fb55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -150,6 +150,19 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ rm -r hisat2-$HISAT_VERSION/example && \ echo "PATH=\$PATH:~/hisat2-$HISAT_VERSION" >> ~/.bash_profile && \ + echo "Installing gotea..." && \ + GOTEA_VERSION=0.0.2 && \ + GOTEA_SHA1SUM=5dd7724bfb8d05be0238957ef719479804dca961 && \ + wget -q https://codeload.github.com/genialis/gotea/tar.gz/$GOTEA_VERSION -O gotea.tar.gz && \ + echo "$GOTEA_SHA1SUM *gotea.tar.gz" | sha1sum -c - && \ + mkdir gotea-$GOTEA_VERSION && \ + tar -xf gotea.tar.gz --directory gotea-$GOTEA_VERSION --strip-components=1 && \ + rm gotea.tar.gz && \ + cd gotea-$GOTEA_VERSION && \ + make && \ + cd .. && \ + echo "PATH=\$PATH:~/gotea-$GOTEA_VERSION" >> ~/.bash_profile && \ + echo "Installing R packages..." && \ sudo Rscript --slave --no-save --no-restore-history -e " \ package_list = c( \