Crate seqrepo

Source
Expand description

This is the seqrepo library.

Structs§

AliasDb
Provides access to the aliases database of the SeqRepo.
AliasDbRecord
Record as returned by AliasDb::find().
FastaDir
This class provides a simple key-value interface to a directory of compressed FASTA files.
Namespace
Namespaces as stored in the database.
NamespacedAlias
A pair of namespace and alias as available in the database.
Query
Datastructure for a query to AliasDb::find().
SeqInfoRecord
A record from the db.sqlite3 database.
SeqRepo
Provide (read-only) access to a seqrepo sequence repository.

Enums§

AliasOrSeqId
Error
Error type for variant mapping.

Traits§

Interface
Trait describing the interface of a sequence repository.