NVIDIA NIM · Arazzo Workflow
NVIDIA NIM BioNeMo Drug Discovery
Version 1.0.0
Fold a protein from sequence, dock a ligand into the predicted structure, then generate optimized analog molecules.
View Spec
View on GitHub
AIArtificial IntelligenceInferenceMicroservicesLLMFoundation ModelsGPUKubernetesNVIDIAOpenAI CompatibleArazzoWorkflows
Provider
Workflows
bionemo-drug-discovery
Fold a protein, dock a ligand, then generate analog molecules.
Predicts a protein structure from sequence, docks a seed ligand into it, and generates optimized analogs of the seed ligand.
1
predictStructure
predictProteinStructure
Predict the 3D structure of the target protein from its amino acid sequence with the AlphaFold2 NIM, returning PDB-format structures.
2
dockLigand
dockLigand
Dock the seed ligand against the predicted protein structure with DiffDock to predict candidate binding poses.
3
generateAnalogs
generateMolecules
Generate optimized analog molecules around the seed ligand SMILES with MolMIM, optimizing for drug-likeness (QED).