Expand description
Traits for genome sequence stores.
Traitsยง
- Handle
With Length - A handle of a sequence store that can compute the length of the referred sequence without retrieving the sequence.
- Handle
With Subsequence - A handle that allows the creation of handles referring arbitrary subsequences of this handle.
- Inverse
Mapping Sequence Store - A sequence store that is able to map from references to sequences back to handles.
- Sequence
Store - A store for sequence data, which gives out handles that can be used to retrieve concrete sequences.