-
Notifications
You must be signed in to change notification settings - Fork 194
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
vg convert failes while converting gbz to xg with signal 6 error #4372
Comments
XG construction uses temporary files. The error message you got indicates that memory-mapping one of the files failed. The most likely reason is that you ran out of space in the temporary directory. You could try using another temporary directory to see if that solves the issue:
|
Thanks for the suggestion, @jltsiren. Unfortunately, this is not a problem with not enough temporary storage. There is 6TB storage available for vg and the maximum it is using before the crash is below 100G. It is neither a memory problem. At the time of the crash vg is only using 120GB of The gbz also seems to be valid, at least I am not sure how to proceed and what else to check to figure out what could be the problem. |
Can you share the graph? |
What is the best way to share it? The gbz file is 9.3GB. |
What options do you have available? |
If you can give me an e-mail address I can send you a link, if that is OK. |
You can send it to [email protected]. |
I managed to build a full XG for the graph you sent. The If you only need an XG with reference paths but no haplotype paths, you can build that by adding option |
1. What were you trying to do?
I want to convert a gbz pangenome graph (created using cactus-pangenome) into xg format.
2. What did you want to happen?
The expectation was to get an xg graph file.
3. What actually happened?
vg chrased with:
4. If you got a line like
Stack trace path: /somewhere/on/your/computer/stacktrace.txt
, please copy-paste the contents of that file here:5. What data and command can the vg dev team use to make the problem happen?
I run vg convert on both the canidpg.gbz and canidpg.d2.gbz output files from cactus-pnagenome and in both cases vg crashed with the same error message.
6. What does running
vg version
say?I got the same error using two different vg releases (v1.56.0 and v1.58.0)
Thank you,
Lel
The text was updated successfully, but these errors were encountered: