Skip to content
New issue

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

Needs to be able to read GFA by itself #79

Open
adamnovak opened this issue Sep 25, 2020 · 1 comment
Open

Needs to be able to read GFA by itself #79

adamnovak opened this issue Sep 25, 2020 · 1 comment

Comments

@adamnovak
Copy link
Member

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.

@rlorigro
Copy link
Contributor

rlorigro commented Oct 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants