Skip to content

Commit

Permalink
[MERGE] v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phupe committed Jan 24, 2025
2 parents 1339005 + 6de687b commit 3d95d48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.5.0
01/24/2025

NEW FEATURES
- AlphaFold3 updated with v3.0.1

v1.4.0
01/13/2025

Expand Down
2 changes: 1 addition & 1 deletion recipes/docker/alphaFold3.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/4geniac/proteinfold:alphafold-v3.0.0-base
FROM docker.io/4geniac/proteinfold:alphafold-v3.0.1-base

# echo -e does not work with ubuntu shell builtin
RUN /bin/echo -e '#! /bin/bash\npython /app/alphafold/run_alphafold.py "$@"' > /app/launch_alphafold.sh \
Expand Down
2 changes: 1 addition & 1 deletion recipes/singularity/alphaFold3.def
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bootstrap: docker
From: docker.io/4geniac/proteinfold:alphafold3-v3.0.0-base
From: docker.io/4geniac/proteinfold:alphafold3-v3.0.1-base

%environment
export LC_ALL=C
Expand Down

0 comments on commit 3d95d48

Please sign in to comment.