← Back to Attention Labs

Run BBB-Nuke on your compounds.

Install the CLI and score molecules from your terminal.

Install

pip install bbbnuke

Score a single compound

bbbnuke score-single --smiles "CC(=O)Oc1ccccc1C(=O)O" --name aspirin

Screen a batch

bbbnuke screen --input compounds.csv --output results.json

Generate reports & visualizations

bbbnuke report --input results.json
bbbnuke heatmap --input results.json
bbbnuke tmap --input results.json