Skip to content

Commit d719210

Browse files
committed
fixed AFfine bug in installation, added leverstein distance in pip requirements
1 parent 33bdc56 commit d719210

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ ProteinMPNN/examples
2424
ProteinMPNN/outputs
2525
ProteinMPNN/.gitignore
2626
AFfine/af_params/
27+
AFfine/af_params.zip
2728
PANDORA/test/
2829

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PMGen
22

33
**PMGen** (Peptide-MHC Predictive, Modeling and Generative) is a powerful and flexible framework
4-
for Peptide-MHC (pMHC) complex modeling, binding prediction, and protein design. It integrates
4+
for Peptide-MHC (pMHC) complex modeling, binding prediction, and neoantigen design. It integrates
55
cutting-edge tools such as **PANDORA** for template generation, **AlphaFold (via AFfine)** for
66
structural prediction, and **ProteinMPNN** for sequence design, enabling researchers to model
77
pMHC complexes, predict binding interactions, and engineer novel peptide or MHC
@@ -30,7 +30,7 @@ Follow these steps to set up PMGen on your system:
3030

3131
1. **Clone the Repository**:
3232
```bash
33-
git clone https://github.com/AmirAsgary/PMGen.git
33+
git clone https://github.com/soedinglab/PMGen.git
3434
cd PMGen
3535
bash -l install.sh
3636
conda activate PMGen
@@ -40,7 +40,7 @@ Follow these steps to set up PMGen on your system:
4040

4141

4242
1. **Customize setting file (Optional but Recommended)**:
43-
43+
Install netMHCpan's latest version.
4444
Edit `user_setting.py` to adjust netMHCpan and netMHCIIpan installation paths.
4545

4646

0 commit comments

Comments
 (0)