Skip to content

Commit

Permalink
try to also update samtools
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Nov 27, 2023
1 parent dcea59c commit 511ea08
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"packages" : {

},
"version" : "2.3.5",
"version" : "2.3.6",
"automated_flags" : {
"include_in_ui" : true,
"generate_docs" : true,
Expand Down
3 changes: 2 additions & 1 deletion terra-jupyter-aou/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 2.2.8 - 2023-11-14T15:56:44.507726350Z

- Update `terra-jupyter-r` to `2.2.4`
- Update `terra-jupyter-gatk` to `2.3.6`
- Bioconductor 3.18 release
- Samtools 1.18

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

Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-aou/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.3.5
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.3.6

USER root

Expand Down
6 changes: 6 additions & 0 deletions terra-jupyter-gatk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.3.5 - 2023-11-27

- Update Samtools to `1.18`

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

## 2.3.5 - 2023-11-14T15:56:44.486168932Z

- Update `terra-jupyter-r` to `2.2.4`
Expand Down
6 changes: 5 additions & 1 deletion terra-jupyter-gatk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
liblzo2-dev \
zlib1g-dev \
libz-dev \
samtools \
samtools==1.18 \
git-lfs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -79,6 +79,10 @@ COPY cnn-models.patch /etc/gatk-$GATK_VERSION/cnn-models.patch

RUN patch -u /opt/conda/lib/python3.10/site-packages/vqsr_cnn/vqsr_cnn/models.py -i /etc/gatk-$GATK_VERSION/cnn-models.patch

# Older version of nbconvert fail to convert notebooks to html
RUN pip3 install "nbconvert>=7.7.3"


ENV PIP_USER=true

ENV USER jupyter
Expand Down

0 comments on commit 511ea08

Please sign in to comment.