This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Generate GVF file from VCF file

I have a VCF file and I want to generate gVCF file from that. http://blog.kokocinski.net/index.php/gvf-format?blog=2

Does anyone know of a converter that convert a VCF file into a GVF file?

Thanks

vcf

Do you want a GVF or a gVCF? it isn't clear?

GVF (not a gVCF)

2 answers

VAAST has a VCF to GVF converter: http://www.yandell-lab.org/software/vaast.html

Also, The following script works well for this purpose.

https://github.com/Test-Blu/GVF2VCF_Convertor_TestBlu

This script does the opposite of what this post is looking for. Do you have any suggestions for converting VCF to GVF?

Log in to answer this question.