Diffusion-based molecular docking to predict 3D ligand–protein binding poses (blind docking) with confidence scoring; use when you need pose prediction for drug discovery or virtual screening.
61
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Evidence Insight/diffdock-molecular-docking/SKILL.mdreferences/workflows_examples.md).references/workflows_examples.md.python scripts/setup_check.pyDock a single ligand (SMILES) to a protein structure (PDB) and write results to an output directory:
python scripts/inference_runner.py \
--protein ./data/protein.pdb \
--ligand "CC(=O)Oc1ccccc1C(=O)O" \
--out_dir ./resultsArguments
--protein: Path to the protein PDB file.--ligand: Ligand SMILES string.--out_dir: Output directory (default: results/).After inference, the tool produces:
rank1.sdf, rank2.sdf, ...), each containing a predicted 3D binding pose.confidence_scores.txt, listing the score for each ranked pose.rank*.sdf.references/parameters_reference.md.references/confidence_and_limitations.md.references/workflows_examples.md.63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.