Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.83 KB

README.md

File metadata and controls

54 lines (43 loc) · 2.83 KB

ClusterProteinDesign

This is a personal repository for running protein design scripts on Slurm. The scripts are designed to use various tools such as RFdiffusion, ProteinMPNN, AlphaFold2, Rosetta, etc..

Usage:

To use the scripts from this repository, one must install several different things:

What worked for me was installing cuda before colabdesign:

conda create -n colabdesign python=3.9 pip
conda activate colabdesign
pip install --upgrade "jax[cuda11_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip -q install git+https://github.com/sokrypton/[email protected]

#Downgrade to match cluster version of cuda
pip install nvidia-cuda-nvcc-cu11==11.7.99
pip install nvidia-cuda-runtime-cu11==11.7.99

Note: I linked my fork that has some additional scripts

Pipelines