pub fn load_gfa<N, T, P>(path: P) -> Result<GFA<N, T>>where
    N: SegmentId,
    T: OptFields,
    P: AsRef<Path>,
Expand description

Given a path, load the GFA into a GFA struct.