Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
tlangs committed Jul 31, 2023
2 parents 8fa73b1 + 29839ae commit d5dab54
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 deletions.
8 changes: 4 additions & 4 deletions terra-jupyter-aou/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-aou:2.2.2`

## 2.2.1 - 2023-07-06
## 2.2.1 - 2023-07-28

- Fix bug introduced in https://github.com/DataBiosphere/terra-docker/commit/4a5b4c9212aedcafa2f41fbeb2b161089341c578
- Fix bug introduced in https://github.com/DataBiosphere/terra-docker/commit/4a5b4c9212aedcafa2f41fbeb2b161089341c578
- Remove outdated cromshell alias
- Update `hail` to `0.2.119`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-119 for details
- Remove Java 8 and update `hail` to `0.2.120`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-120 for details

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-aou:2.2.1`

Expand Down
12 changes: 6 additions & 6 deletions terra-jupyter-aou/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ENV PYTHONPATH $PYTHONPATH:/usr/lib/spark/python

ENV PYSPARK_PYTHON=python3

ENV HAIL_VERSION=0.2.119
ENV HAIL_VERSION=0.2.120

RUN find $JUPYTER_HOME/scripts -name '*.sh' -type f | xargs chmod +x \
&& $JUPYTER_HOME/scripts/kernel/kernelspec.sh $JUPYTER_HOME/scripts/kernel /opt/conda/share/jupyter/kernels \
Expand All @@ -58,11 +58,11 @@ RUN find $JUPYTER_HOME/scripts -name '*.sh' -type f | xargs chmod +x \
&& update-alternatives --install /etc/hadoop/conf hadoop-conf /etc/hadoop/conf.empty 100 \
&& update-alternatives --install /etc/hive/conf hive-conf /etc/hive/conf.dist 100 \
&& apt-get update \
&& apt install -yq --no-install-recommends openjdk-8-jdk \
g++ \
liblz4-dev \
# specify Java 8
&& update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java \
# Note that starting on 2.1.x, dataproc VM also provides java 11, which is incompatible with 8. No need to install it in the container
# && apt install -yq --no-install-recommends openjdk-8-jdk \
# g++ \
# liblz4-dev \
# && update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java \
&& pip3 install pypandoc gnomad \
&& pip3 install --no-dependencies hail==$HAIL_VERSION \
&& X=$(mktemp -d) \
Expand Down
5 changes: 3 additions & 2 deletions terra-jupyter-gatk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.3.2`

## 2.3.1 - 2023-07-06
## 2.3.1 - 2023-07-28

- Fix bug introduced in https://github.com/DataBiosphere/terra-docker/commit/4a5b4c9212aedcafa2f41fbeb2b161089341c578
- Fix bug introduced in https://github.com/DataBiosphere/terra-docker/commit/4a5b4c9212aedcafa2f41fbeb2b161089341c578
- Remove Java 8 and update to GATK 4.3.0.0

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.3.1`

Expand Down
5 changes: 1 addition & 4 deletions terra-jupyter-gatk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ USER root
# need to apt-get everything for python since we can only copy pip installed packages
RUN apt-get update && apt-get install -yq --no-install-recommends \
python-tk \
openjdk-8-jdk \
tk-dev \
libssl-dev \
xz-utils \
Expand All @@ -19,8 +18,6 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
libz-dev \
samtools \
git-lfs \
# specify Java 8
&& update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -34,7 +31,7 @@ COPY --from=python /etc/terra-docker/requirements.txt /etc/terra-docker/base_req
RUN pip install --upgrade -r /etc/terra-docker/base_requirements.txt

# Install GATK
ENV GATK_VERSION 4.2.4.0
ENV GATK_VERSION 4.3.0.0
ENV GATK_ZIP_PATH /tmp/gatk-${GATK_VERSION}.zip

RUN curl -L -o $GATK_ZIP_PATH https://github.com/broadinstitute/gatk/releases/download/$GATK_VERSION/gatk-$GATK_VERSION.zip \
Expand Down
8 changes: 4 additions & 4 deletions terra-jupyter-hail/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-hail:1.1.2`

## 1.1.1 - 2023-07-06
## 1.1.1 - 2023-07-28

- Fix bug introduced in https://github.com/DataBiosphere/terra-docker/commit/4a5b4c9212aedcafa2f41fbeb2b161089341c578
- Update `hail` to `0.2.119`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-119 for details
- Fix bug introduced in https://github.com/DataBiosphere/terra-docker/commit/4a5b4c9212aedcafa2f41fbeb2b161089341c578
- Remove Java 8 and update `hail` to `0.2.120`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-120 for details

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-hail:1.1.1`

Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-hail/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER root
ENV PIP_USER=false
ENV PYTHONPATH $PYTHONPATH:/usr/lib/spark/python
ENV PYSPARK_PYTHON=python3
ENV HAIL_VERSION=0.2.119
ENV HAIL_VERSION=0.2.120

RUN find $JUPYTER_HOME/scripts -name '*.sh' -type f | xargs chmod +x \
&& $JUPYTER_HOME/scripts/kernel/kernelspec.sh $JUPYTER_HOME/scripts/kernel /opt/conda/share/jupyter/kernels \
Expand Down

0 comments on commit d5dab54

Please sign in to comment.