pub fn load_gfa<N, T, P>(path: P) -> Result<GFA<N, T>> where N: SegmentId, T: OptFields, P: AsRef<Path>,
Given a path, load the GFA into a GFA struct.
GFA