Expand description
This is the seqrepo
library.
Structs§
- AliasDb
- Provides access to the aliases database of the
SeqRepo
. - Alias
DbRecord - Record as returned by
AliasDb::find()
. - Fasta
Dir - This class provides a simple key-value interface to a directory of compressed FASTA files.
- Namespace
- Namespaces as stored in the database.
- Namespaced
Alias - A pair of namespace and alias as available in the database.
- Query
- Datastructure for a query to
AliasDb::find()
. - SeqInfo
Record - A record from the
db.sqlite3
database. - SeqRepo
- Provide (read-only) access to a
seqrepo
sequence repository.
Enums§
- Alias
OrSeq Id - Error
- Error type for variant mapping.
Traits§
- Interface
- Trait describing the interface of a sequence repository.