Skip to content

Commit

Permalink
Merge pull request #217 from JoseEspinosa/fixes
Browse files Browse the repository at this point in the history
Fix colabfold image to run on cpus
  • Loading branch information
JoseEspinosa authored Nov 15, 2024
2 parents 19ed119 + 22f3a2b commit 933b858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#188](https://github.com/nf-core/proteinfold/issues/188)]- Fix colabfold image to run in gpus.
- [[PR ##205](https://github.com/nf-core/proteinfold/pull/205)] - Change input schema from `sequence,fasta` to `id,fasta`.
- [[PR #210](https://github.com/nf-core/proteinfold/pull/210)]- Moving post-processing logic to a subworkflow, change wave images pointing to oras to point to https and refactor module to match nf-core folder structure.
- [[#214](https://github.com/nf-core/proteinfold/issues/214)]- Fix colabfold image to run in cpus after [#188](https://github.com/nf-core/proteinfold/issues/188) fix.

## [[1.1.1](https://github.com/nf-core/proteinfold/releases/tag/1.1.1)] - 2025-07-30

Expand Down
3 changes: 3 additions & 0 deletions dockerfiles/Dockerfile_nfcore-proteinfold_colabfold
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
RUN cd / \
&& wget https://raw.githubusercontent.com/YoshitakaMo/localcolabfold/07e87ed/install_colabbatch_linux.sh \
&& sed -i "/colabfold.download/d" install_colabbatch_linux.sh \
# Avoid error running on cpus
# https://github.com/YoshitakaMo/localcolabfold/issues/238#issuecomment-2203777538
&& sed -i "/==0.4.28/d" install_colabbatch_linux.sh \
&& bash install_colabbatch_linux.sh

## Updated
Expand Down

0 comments on commit 933b858

Please sign in to comment.