pub fn read_fast5(file_name: &str) -> Result<Vec<Group>, Error>
Open a fast5 and return a Vec containing the groups.
Will panic if no Groups are found, or there is an issue reading the FAST5 file.
use frust5_api::read_fast5;