Struct bio::io::fasta::Reader [] [src]

pub struct Reader<R: Read> { /* fields omitted */ }

A FASTA reader.

Methods

impl Reader<File>
[src]

Read FASTA from given file path.

impl<R: Read> Reader<R>
[src]

Create a new Fasta reader given an instance of io::Read.

Read next FASTA record into the given Record.

Return an iterator over the records of this FastQ file.