You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default cudatoolkit version is 11.3. You may change it in env.yaml.
Data Preparation
Protein structures in the SAbDab dataset can be downloaded here. We have also provided data we used according to sabdab_summary_all.csv. Extract all_structures.zip into the data folder.
For the preparation of templates used in the training and inference process, we have provided the data utilized during our experimental procedures. Please download it and extract template.zip into the project directory.
PyRosetta is required to relax the generated structures and compute binding energy. Please follow the instructions here to install.
Ray is required to relax and evaluate the generated antibodies. Please install Ray using the following command:
pip install -U ray
The data for HIV antibody sampling, along with the corresponding code, can be downloaded here. The download includes all the sequences we sampled as well as their associated structural files.
Design Antibodies
We have open-sourced the model for generating CDRH3 and the model for sampling HIV antibodies in the ./trained_models directory.