vgteam / vg

tools for working with genome variation graphs
https://biostars.org/tag/vg/
Other
1.09k stars 193 forks source link

Is it possible to regenotype a VCF using giraffe? #4330

Open rickymagner opened 2 months ago

rickymagner commented 2 months ago

Hi, I posted this question on Biostars here a few months ago but never received a response.

In short, is it possible to both:

The README says that the indices/files created in the giraffe workflow cannot be used when running vg call -v . Is it correct to conclude that there is no possible way to use both of these tools together?

Thanks

jeizenga commented 2 months ago

Yes, it is possible, but we don't currently have a workflow for it in vg autoindex (previously noted here: https://github.com/vgteam/vg/issues/3974), so you would need to use the manual indexing pipeline:vg construct -a, vg gbwt -v, vg gbwt --gbz-format, vg index -j, vg minimizer -d.