Cookbook
Practical recipes and patterns for common bioinformatics workflows. Each recipe is a self-contained solution you can copy and adapt.
Common Patterns
Idiomatic BioLang patterns for everyday tasks.
Performance Tips
Optimize pipelines for speed and memory efficiency.
Python/R Interop
Call BioLang from Python or R, and vice versa.
BioContainers
Run tools in Docker/Singularity containers.
Cloud Data
Access S3, GCS, and Azure Blob data.
Batch Processing
Process hundreds of samples efficiently.
Error Handling
Graceful error handling with try/catch and result types.
Testing
Write and run tests for BioLang scripts.