-
Notifications
You must be signed in to change notification settings - Fork 8
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
create_ob_graph failure #11
Comments
Hi! It seems that it crashes because it thinks there is a node in the graph having a sequence that doesn't match the node size. Would you be able to send med the vg graph your are using, and I could check whether there is an error in the code or something wrong with the graph? Thanks! |
Thanks for the quick reply! What’s med? Do you mean the m
…On Thu, Jan 28, 2021 at 1:44 PM ivargr ***@***.***> wrote:
Hi!
It seems that it crashes because it thinks there is a node in the graph
having a sequence that doesn't match the node size.
Would you be able to send med the vg graph your are using, and I could
check whether there is an error in the code or something wrong with the
graph?
Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIPUFWFOYJHWIHYJODIUETS4G5BVANCNFSM4WXK4ALQ>
.
|
Sorry, I had a typo there, I meant to ask "Would you be able to send me the vg graph you are using...?". I see you have a file called graph_p.json, you could alternatively just send me that (but I guess you also have a .vg-file that is smaller). |
Sorry I mistakenly sent the message. Yes, you are right. BTW, even vg file is over 3gb in size so I wonder if it is possible to find the data causing the error and extract it. I am new to work with vg file. I'd appreciate if you guide me. Thank you. |
It is a bit tricky without having the graph, since it seems like there might be an error in the graph. Maybe you could explain the steps/pipeline you used to create the graph, and I can see if I can understand how you got the error from there? |
The steps to create graph are 1) perform de novo assembly using hifiasm, 2) build gfa using minigraph, 3) convert gfa to vg to json using vg. Sorry I just read that everything in the graph needs to be connected. The graph includes all the chromosomes. It may be part of the issue. |
Hello, I would like to ask your advice on creating a offset-based graph using the create_ob_graph.
I wonder if you could guide how to resolve the error below. The input json for the create_ob_graph is from a vg file that is converted from a gfa file created by minigraph.
The text was updated successfully, but these errors were encountered: