Official pretrained models for
AlignAIR, a neural aligner
for immunoglobulin (IG) and T-cell-receptor (TCR) repertoires. This repository is the model
registry
the AlignAIR CLI reads from:
registry.json lists every model + version, and each
<id>/<version>.alignair
is a self-contained,
pickle-free artifact (weights + embedded germline reference + model card).
1pip install "AlignAIR[cli]"
2alignair models list # this catalog, fetched live
3alignair predict --input reads.fasta --out out.tsv --model alignair-igh-human
Each artifact loads without executing any pickle. Reads are anonymous; publishing is maintainer-only.