Commit c5c078a
committed
docs: Colab notebook for full GPU pipeline run
End-to-end Colab notebook (notebooks/02_colab_run.ipynb) that produces a
real cohort of PD-L1 binder designs with measured metrics. Workflow:
1. Install RFdiffusion + ProteinMPNN + ColabFold + BinderDiffuser
2. Download PDB 5O45, trim to chain B (PD-L1 IgV)
3. Generate 10 motif-scaffolded backbones with RFdiffusion
4. Design 4 sequences per backbone with ProteinMPNN
5. Re-fold each sequence with ColabFold (AF2 multimer)
6. Compute scRMSD, scTM, pLDDT, ipTM, pAE_interface
7. Filter, rank, render scatter and violin plots
8. Tarball and download artifacts
Smoke-test parameters chosen to fit Colab's free T4 in under 30 minutes.
Bump NUM_BACKBONES and SEQS_PER_BACKBONE for a larger run.
Adds Colab launch badge, CI status badge, and license badge to README.1 parent c5cd474 commit c5c078a
2 files changed
Lines changed: 550 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
0 commit comments