Bioinformatics Resource Stores (BRS)
Simple catalogs of reusable templates and workflows you control.
- Add a store:
bpm resource add <path-or-git> --activate
- Render and run:
bpm template render <id>
→bpm template run <id>
- Publish outputs to project state for easy reuse
Pages
- BRS Anatomy: folder layout and discovery rules
- repo.yaml Metadata: required fields and examples
- Template Anatomy: descriptor, files, run entry, hooks, publish
- Workflow Anatomy: similar to templates, focused on orchestration
- Hooks & Adapters: environment, validation, collection
- Resolvers & Publish Keys: stable output names
- Distribution Models: local vs Git, pinning
- Testing a BRS: smoke tests and CI ideas