Skip to content

Commit

Permalink
Package version tweaks to match alphafold docs as closely as possible…
Browse files Browse the repository at this point in the history
… and resolve alphafold3_multimer_v3 model producing NA co-ordinates
  • Loading branch information
jamesabbott committed Jun 18, 2023
1 parent 5cc47cc commit 44a158b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions colabfold_batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,22 @@ dependencies:
- bioconda::kalign2=2.04
- bioconda::hhsuite=3.3.0
- bioconda::mmseqs2=14.7e284
- conda-forge::jax=0.4.10
- conda-forge::jaxlib=0.4.10=cuda*
- conda-forge::chex=0.1.7
- nvidia::cuda-nvcc=12.1.105
- conda-forge::jax=0.3.25
- conda-forge::jaxlib=0.3.25=cuda*
- conda-forge::chex=0.0.7
- nvidia::cuda-nvcc=11.4.152
- conda-forge::biopython=1.79
- conda-forge::immutabledict=2.0.0
- conda-forge::absl-py=1.0.0
- conda-forge::numpy=1.22.*
- conda-forge::pandas=1.3.4
- conda-forge::scipy=1.7.3
- conda-forge::git
- conda-forge::curl
- pip:
- nvidia-cudnn-cu11==8.8.*
- tensorflow==2.12.*
- tensorflow==2.12.0
- ml-collections==0.1.0
- dm-haiku==0.0.9
- dm-tree==0.1.6
- colabfold[alphafold-minus-jax]@git+https://github.com/sokrypton/[email protected]
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else

# If installation is run on a non-gpu host, some cpu-centric packages will be installed instead
# of cuda packages. This can be fixed with the 'CONDA_OVERRIDE_CUDA' variabe...
CONDA_OVERRIDE_CUDA="11.8" $CONDA env create -f colabfold_batch.yaml
CONDA_OVERRIDE_CUDA="11.4" $CONDA env create -f colabfold_batch.yaml

source $(dirname $CONDA_EXE)/activate colabfold_batch

Expand Down

0 comments on commit 44a158b

Please sign in to comment.