pub struct FastaReader { /* private fields */ }
Expand description

Read a Fasta file and make the extracted information available

Implementations

Read data from a Fasta file that is stored in a Vec<u8>.

Open a Fasta file on disk

Trait Implementations

Return the names and lengths of the sequences (ideally in a stable order for reproducibility)

Return pieces of the actual nucleotide sequence

Return the soft masked blocks for a sequence

Return the hard masked blocks for a sequence

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.