Module sequence_store

Module sequence_store 

Source
Expand description

Traits for genome sequence stores.

Traitsยง

HandleWithLength
A handle of a sequence store that can compute the length of the referred sequence without retrieving the sequence.
HandleWithSubsequence
A handle that allows the creation of handles referring arbitrary subsequences of this handle.
InverseMappingSequenceStore
A sequence store that is able to map from references to sequences back to handles.
SequenceStore
A store for sequence data, which gives out handles that can be used to retrieve concrete sequences.