๐ scripts/
December 12, 2025 ยท View on GitHub
docs/scripts.md
๐ scripts/
Python and R utilities for scoring, clustering, and model selection.
Main scripts
- runSCC.py โ calculate SCC scores for all models
- runRPF.py โ run RPF scoring (slow, I/O heavy)
- getRPF.py โ extract RPF scores into
rpf.sc - getpLDDT.py โ extract pLDDT from AFsample/AF outputs into
pLDDT.sc - getScores.py โ combine scores into
scores.all - dmPCAClustering.R โ PCA + clustering of distance matrices
- selectModels.py โ select conformers based on scores
- groupModels.py โ group selected models into ensembles
Input conventions
- ESmodels/ โ all PDB models
- supports
relaxed*.pdborrelaxed*_new.pdb
- supports
- RPF/ โ input/output for RPF runs
- RCI.csv โ edited RCI output with columns:
Number,RCI,Residue
Then follow the commands from the Quick Start to generate:
scc.scโ SCC scoresrpf.scโ RPF scorespLDDT.scโ pLDDT scoresscores.allโ combined scoring table