Open soungalo opened 2 years ago
Hi @soungalo,
1) Yes, in order to use vg map
, you have to go through vg
's formats. You can obtain a vg
format withvg convert
and then obtain the indexes necessary for the mapping with vg index
. Something like:
vg index -L -x input.xg input.vg
vg index -g input.gcsa -k 16 input.vg
2) Well, there are several tools for mapping stuff against the graphs. Just two examples: for short reads you can use vg giraffe
, for long reads / contigs, there is GraphAligner (in the near future, also vg giraffe very likely). Assuming you did a bit deeper research meanwhile, which solutions have you found and applied?
I created a pangenome graph using pggb, resulting in gfa and og files. I now wish to perform some mappings to the graph and have a few questions:
Thanks!