Module gfa::gafpaf[][src]

Structs

GAF

A GAF record, with optional fields T. Can be created by using parse_gaf, and the Display implementation produces spec-compliant tab-delimited output.

PAF

A PAF record, with optional fields T. Can be created by using parse_gaf, and the Display implementation produces spec-compliant tab-delimited output.

Enums

GAFPath

enum representing the two kinds of GAF path; either the ID of a stable rGFA identifier, or a list of oriented steps.

GAFStep

enum representing the two kinds of step in a GAF path; either an oriented GFA segment ID, or an oriented interval on a stable rGFA reference.

Functions

parse_gaf

Parse a GAF record from an iterator over the tab-delimited fields of bytes

parse_paf

Parse a PAF record from an iterator over the tab-delimited fields of bytes