We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a GFA-to-HandleGraph parser available in the Python library, so people can read GFA and not need vg itself as a pre-importer.
We can still reject overlaps.
The text was updated successfully, but these errors were encountered:
I have a simple GFA 1.0 reader implemented: https://github.com/rlorigro/GFAse/blob/main/inc/GfaReader.hpp
And I am using it for my gfa_to_handle methods: https://github.com/rlorigro/GFAse/blob/main/inc/gfa_to_handle.hpp
With some minor changes (removing the id_map maybe?) it could be copied into your lib probably
Sorry, something went wrong.
No branches or pull requests
We need a GFA-to-HandleGraph parser available in the Python library, so people can read GFA and not need vg itself as a pre-importer.
We can still reject overlaps.
The text was updated successfully, but these errors were encountered: