Function gfautil::commands::load_gfa[][src]

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