Protocols are YAML workflows for model runs. The SDK now covers the full loop: run on BioLM, run locally, and author your own.
  1. Run a protocol on BioLM (
    biolm protocol list
    ·
    run
    )
  2. Run a protocol locally (
    validate
    ·
    run-local
    )
  3. Create a protocol file (
    biolm protocol init
    )