VG view command hangs with no result (VG Toolkit)
1
0
Entering edit mode
4.4 years ago
Diomfeas • 0

I'm trying to construct the variation graph as stated in "Working with a whole genome variation graph" in the github wiki of variation graph toolkit and then convert it to gfa for experimental purposes. I manage to create the .vg graph but when i try to convert it to .gfa format with vg view command, an empty gfa file is created and the process just hangs in the terminal with no result. The exact command i use is: vg view human.vg >human.gfa The command used for creating .vg is: vg construct -r ref.fa -v vcf_file.vcf.gz >human.vg Any suggestions on what the problem might be?

vgteam variation graph vg • 1.4k views
ADD COMMENT
1
Entering edit mode
4.3 years ago
glenn.hickey ▴ 520

The .vg format is very inefficient. Loading a whole-genome .vg file is both slow and very memory-intensive. We have replacement formats that are much better and are working to (transparently) integrate them throughout the vg toolchain, including GFA conversion. In the meantime, your safest bet would be to construct a graph for each chromosome as described here: https://github.com/vgteam/vg/wiki/Working-with-a-whole-genome-variation-graph. You can convert them to GFA individually and concatenate the results.

ADD COMMENT

Login before adding your answer.

Traffic: 2588 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6