-
Notifications
You must be signed in to change notification settings - Fork 7
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
Taking very long to load GFA1 from file #23
Comments
Difficult to tell, it depend on the graph and on the system, but indeed the graph is relatively long and currently Gfapy is entirely written in Python, so it has its limits... Maybe you could try to set |
I see! Thank you for the very quick response! |
Alternatively, you could consider using my library (not yet published, but publicly available) |
However, it does not offer all operations on the graph, that gfapy offers, since it is generical. |
I was trying to load a GFA1 from a file with gfapy but I had to kill the process because it is taking over 15 minutes and not finishing. I am not sure what could be wrong.
The GFA is a de Bruijn graph and is the output of convertToGFA.py , where this script converts the contigs from bcalm2 output to a valid GFA1 file.
This graph has 944785 nodes and 2419232 edges.
Minimal example here:
Is it supposed to take this long?
The text was updated successfully, but these errors were encountered: