You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one question about this project.
What kind of input graph format is used in HGA?
I've tried using the vg format, but got no result after executing this program.
The text was updated successfully, but these errors were encountered:
HGA accepts fasta reads and a custom graph format as input: The first line contains two integers v and e, which are the number of vertices and edges in the graph. The second line contains e integers, which is the list of in-neighbors. The third line contains v+1 integers, which are the offsets for the in-neighbor list. The forth and fifth lines are the edge list and offsets for out-neighbors. The sixth line contains v characters, which are the labels for each vertex.
I have one question about this project.
What kind of input graph format is used in HGA?
I've tried using the vg format, but got no result after executing this program.
The text was updated successfully, but these errors were encountered: