Struct bio::io::gff::Reader
[−]
[src]
pub struct Reader<R: Read> {
// some fields omitted
}A GFF reader.
Methods
impl Reader<File>[src]
fn from_file<P: AsRef<Path>>(path: P, fileformat: GffType) -> Result<Self>
Read GFF from given file path in given format.