~180 lines of code to win the in silico portion of the Adaptyv Nipah binding competition
Here's the script we used to get 1st place in the in silico portion of the Adaptyv Nipah competition: import modal def download_boltz2(): from mosaic.models.boltz2 import Boltz2 Boltz2() ### Build modal image: install mosaic + deps and download boltz2 model. image = ( modal.Image.debian_slim(python_version="3.12"
~180 lines of code to win the in silico portion of the Adaptyv Nipah binding competition Nick Boyd , Sam Guns - 08 Jan, 2026 Here's the script we used to get 1st place in the in silico portion of the Adaptyv Nipah competition: import modal def download_boltz2(): from mosaic.models.boltz2 import Boltz2 Boltz2() ### Build modal image: install mosaic + deps and download boltz2 model. image = ( modal.Image.debian_slim(python_version="3.12") .apt_install("git") .run_commands("git clone https://github.com/escalante-bio/mosaic.git") .workdir("mosaic") .run_commands("uv pip install --system -r pyproje
saved by
related reading
- One-shot design of functional protein binders with BindCraftnature.com
- Teaching generative models to hallucinateblog.escalante.bio
- Ludovico Comitoludocomito.dev
- prompts/prompts/multi_target_binder_design_prompt.md · Anthropic/claude-protein-binder-design at mainhuggingface.co
- Minibinder design is just not that hardblog.escalante.bio
- Protein World Model | Biohubbiohub.ai
- nesso1.pdfvalencelabs.com
- A Conversation With Navvye Anand (Bindwell) | Rowanrowansci.com
- Anthropic has not solved the peptide-binder design problem, but maybe bi[o]hub hasblog.genesmindsmachines.com
- Highly accurate protein structure prediction with AlphaFoldnature.com
- Fast and Ultra-Capable Protein Design: Advancing the Frontier Through Atomistic SE(3)-Equivariance with Genie 3biorxiv.org
- AlphaProteo generates novel proteins for biology and health researchdeepmind.google