IMGT
Handle the IMGT database of antibody germlines easily.
Library features
- Access to all germlines from all species in IMGT
- Access to all isotopes of the germlines
- Access to the regions (CDRs etc) and annotations (conserved etc)
- Single threaded and multi threaded access
Example usage
use *;
let selection = default
.species
.chain
.gene;
let first = selection.germlines.next.unwrap;
assert_eq!;
Compilation features
rayon- enables parallel iterators using rayon
Changelog
0.2.0
- Added more constant chain options
- Added Lzw parsing (in mzcv) to allow automatic download and update
- Fixed some issues with parsing
- Updated static data to version 202631-5 date 2026-07-31