Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
chao1224 committed Jan 11, 2025
1 parent 3e3c44c commit 761f384
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,45 @@ Authors: Shengchao Liu, Yanjing Li, Zhuoxinran Li, Anthony Gitter, Yutao Zhu, Ji
## 1 Environment

```
conda env create -f environment.yml
conda create -n ProteinDT python=3.7
conda activate ProteinDT
conda install -y numpy networkx scikit-learn
pip install torch==1.10.*
pip install transformers
pip install lxml
# for TAPE
pip install lmdb
pip install seqeval
# for baseline ChatGPT
pip install openai==0.28.0
# for baseline Galactica
pip install accelerate
# for visualization
pip install matplotlib
# for binding editing
pip install h5py
pip install torch_geometric==2.0 torch_scatter torch_sparse torch_cluster
pip install biopython
# for ESM folding
pip install fair-esm[esmfold]==2.0.0 --no-dependencies
pip install "fair-esm[esmfold]"
pip install dm-tree omegaconf ml-collections einops
pip install fair-esm[esmfold]==2.0.0 --no-dependencies # Override deepspeed==0.5
pip install 'dllogger @ git+https://github.com/NVIDIA/dllogger.git'
pip install 'openfold @ git+https://github.com/aqlaboratory/openfold.git@4b41059694619831a7db195b7e0988fc4ff3a307'
conda install -c conda-forge -yq mdtraj
# for ProteinDT
pip install .
```


Expand Down
File renamed without changes.

0 comments on commit 761f384

Please sign in to comment.