Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update terra-jupyter-aou to Hail 0.2.128 #476

Merged
merged 6 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"r"
],
"packages" : {},
"version" : "2.2.8",
"version" : "2.2.9",
"automated_flags" : {
"include_in_ui" : false,
"generate_docs" : false,
Expand Down
6 changes: 6 additions & 0 deletions terra-jupyter-aou/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.9 - 2024-01-12
- Update `hail` to `0.2.128`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-128) for details

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

## 2.2.8 - 2023-11-14T15:56:44.507726350Z

- Update `terra-jupyter-gatk` to `2.3.6`
Expand Down
4 changes: 2 additions & 2 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.126
ENV HAIL_VERSION=0.2.128

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 Expand Up @@ -95,7 +95,7 @@ RUN mkdir -p /tmp/plink && \

RUN mkdir -p /tmp/plink2 && \
cd /tmp/plink2 && \
curl -fsSL -o plink2.zip "https://s3.amazonaws.com/plink2-assets/alpha2/plink2_linux_x86_64.zip" && \
curl -fsSL -o plink2.zip "https://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_latest.zip" && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Qi77Qi or @yonghaoy the previous path for plink2 was removed, this is the closest that I could find, but could you double check?

unzip plink2.zip && \
mv plink2 /bin/plink2 && \
cd $HOME && \
Expand Down
Loading