Implements a GFA graph representation in memory.
Has the following attributes:
- self.metadata: dict
- self.segments: dict[str, dict]
- self.lines: dict[tuple[str, str], dict]
- self.paths: dict[str, dict]
- self.headers: list[dict]
Implements a GFA graph representation in memory.
Has the following attributes: