Reference Cartridge Authoring¶
Build your own reference cartridge: custom alleles, custom rules, custom empirical biology. Three focused guides cover the end-to-end loop from FASTA to a build report you can pin in CI.
The three guides¶
- Build a reference cartridge
โ the practical builder workflow from FASTA to
build(). Start here for any custom cartridge. - Estimate models from data โ turn an AIRR-like rearrangement table into empirical models on the cartridge (allele usage, trim, NP length, NP base, P-nucleotide length).
- Inspect manifest + build report โ audit the cartridge's current state and how it was produced; the canonical CI-gate surface.
Background¶
The conceptual model behind the builder lives at Reference cartridge (four typed planes: identity, catalogue, rules, empirical models). Read it before starting non-trivial builder work.
For the API-level catalogue of the builder class and the spec
dataclasses, see the API Reference:
ReferenceCartridgeBuilder
and Reference models and rules.
For higher-level routing by reader intent, see Choose your path.