This repo provides usage instructions for setting up dl_binder_design on Penn State's Roar Collab (RC) HPC system.
- obtain a PyRosetta license from https://els2.comotion.uw.edu/product/pyrosetta
- Download the
dl_binder_designusinggit clone https://github.com/nrbennet/dl_binder_design.git, and create two dirspkgsandenvsalong side with it. - use the username and password of the newly obtained PyRosetta license to modify
~/.condarcfile, also modify the path of pkgs and envs to accommodate the large number and sizes of packages.
channels:
- https://USERNAME:PASSWORD@conda.graylab.jhu.edu
- conda-forge
- defaults
pkgs_dirs:
- /storage/icds/RISE/sw8/dl_binder_design/pkgs
envs_dirs:
- /storage/icds/RISE/sw8/dl_binder_design/envs
- navigate to <base_dir>/include and run
conda env create -f dl_binder_design.yml - once
dl_binder_designenv is successfully installed and activate (source activate /storage/icds/RISE/sw8/dl_binder_design/envs/dl_binder_design), installnvccmodule in conda for nvcc executables:conda install -c "nvidia/label/cuda-11.3.0" cuda-nvcc - Install
pandas:conda install pandas - Naviate to <base_dir>/mpnn_fr
- Run
git clone https://github.com/dauparas/ProteinMPNN.git - Done!