mirror of
https://github.com/junliu621/PPLM.git
synced 2026-06-04 14:24:22 +08:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -75,14 +75,24 @@ python pplm_ppi/predict.py example/seq1.fasta example/seq2.fasta
|
||||
```bash
|
||||
python run_pplm-affinity.py example/receptor.fasta example/ligand.fasta
|
||||
```
|
||||
### 5. Run PPLM-Contact (homodimer)
|
||||
### 5. Run PPLM-Contact
|
||||
For homodimer
|
||||
```bash
|
||||
python run_pplm-contact.py example/protein.pdb example/protein.pdb example/homo_example
|
||||
```
|
||||
### 6. Run PPLM-Contact (heterodimer)
|
||||
For heterodimer
|
||||
```bash
|
||||
python run_pplm-contact.py example/protein1.pdb example/protein2.pdb example/hetero_example
|
||||
```
|
||||
### 5. Run PPLM-Contact2
|
||||
For homodimer
|
||||
```bash
|
||||
python run_pplm-contact2.py example/homodimer.afm.pdb example/homodimer.af3.pdb example/homodimer.dmf.pdb example/homo_example2
|
||||
```
|
||||
For heterodimer
|
||||
```bash
|
||||
python run_pplm-contact2.py example/heterodimer.afm.pdb example/heterodimer.af3.pdb example/heterodimer.dmf.pdb example/hetero_example2
|
||||
```
|
||||
### 7. Generate embeddings and attention weights for other applications
|
||||
```bash
|
||||
python run_pplm.py example/seq1.fasta example/seq2.fasta example/seq1-seq2.pplm.pkl
|
||||
|
||||
Reference in New Issue
Block a user