What problem does it solve?
Screening a library of candidate molecules against a protein target normally requires docking infrastructure, scoring pipelines, and manual result wrangling. This Skill drives the Boltz small-molecule library-screen API end to end: normalizing SMILES inputs, estimating cost, submitting the job, downloading results, and ranking hits with free ADME triage data.
Core Features & Use Cases
- Library normalization and payload authoring: Converts raw SMILES, CSV, .smi, or .txt compound lists plus protein sequences, pocket residues, and reference ligands into a valid screen payload.
- Cost estimation and submission: Runs estimate-cost before start so users confirm the flat $0.025-per-molecule spend, with idempotency keys for safe re-runs.
- Background download and ranking: Polls and downloads every per-hit structure, then ranks results by binding_confidence for hit discovery or optimization_score for lead optimization, including free Tier-1 ADME (solubility, permeability, lipophilicity) per molecule.
- Use Case: A medicinal chemist has 500 candidate compounds and a kinase target sequence. The Skill builds the payload, confirms the $12.50 cost, submits the screen, downloads all predicted structures, and reports the top 10 binders with confidence metrics and ADME risk flags.
Quick Start
Use the boltz-small-molecule-screen skill to screen my compound library in candidates.csv against this protein sequence, estimate the cost first, and rank the top hits by binding confidence.