Library Screen
Screen an existing library of proteins against a target structure. Results are scored by binding confidence (likelihood of protein-protein interaction) and structure confidence.
Start a protein library screen
$ boltz-api protein:library-screen start
POST/compute/v1/protein/library-screen
List protein library screens
$ boltz-api protein:library-screen list
GET/compute/v1/protein/library-screen
Get protein library screen status
$ boltz-api protein:library-screen retrieve
GET/compute/v1/protein/library-screen/{id}
Get screened protein candidates
$ boltz-api protein:library-screen list-results
GET/compute/v1/protein/library-screen/{id}/results
Stop a running protein library screen
$ boltz-api protein:library-screen stop
POST/compute/v1/protein/library-screen/{id}/stop
Delete protein library screen data
$ boltz-api protein:library-screen delete-data
POST/compute/v1/protein/library-screen/{id}/delete-data
Estimate cost for a protein library screen
$ boltz-api protein:library-screen estimate-cost
POST/compute/v1/protein/library-screen/estimate-cost