DiffDock-PP
Protein–protein docking baseline built on DiffDock-PP.
Uses the legacy image from the original 2023 release.
Basics
- Place receptor/ligand PDBs in
/inputs; a common pattern is1PPE_r_b.pdb(receptor) and1PPE_l_b.pdb(ligand). - Uses the bundled
config/single_pair_inference.yaml; flags pass straight into the container entrypoint. - Set
--save_pathto a folder under/outputsto capture results, logs, and args dumps.
Simple single-pair run
--config=config/single_pair_inference.yaml
--pdb_id=1PPE
--pdb_dir=/inputs
--save_path=/outputs/1ppe_demo
Submit
Launch via New Job -> DiffDock-PP; the form pre-fills the example above.