Warning
A paper is in preparation about this work. If you consider to use this tool, please contact the author for attribution.
This Python library aims to be an abstraction layer for GFA file format.
Warning
The old version of gfagraphs
has been deprecated (since v0.3.0), in favour of pgGraphs
. Using gfagraphs
or pgGraphs
to import resolves now in using the same library. In a near future, pgGraphs
namespace will be deprecated.
The package is organized in 4 modules:
gfagraphs.abstractions
contains abstractions over GFA formatsgfagraphs.gfaparser
contains an abstract class for parsing and saving GFA file formatgfagraphs.graph
contains the mainGraph
class that represents a GFA graph in memory, and edit functionsgfagraphs.networkx
conains an abstract class for visualization and modelization of GFA in a NetworkX object
Note
Want to contribute? Feel free to open a PR on an issue about a missing, buggy or incomplete feature!