Function mutexpect::read_sequence_annotations_from_file[][src]

pub fn read_sequence_annotations_from_file<P: AsRef<Path>>(
    path: P,
    filter_for_id: Option<&str>
) -> Result<Vec<SeqAnnotation>, FileError>