yeah! The VCF file is annotated with 1)snpEff and 2)VEP (variant effect predictor). Now I want to separate the fields. !!!
• 0 views
•
link
the correct answer would be
bcftools sort your.vcf
but your image shows that it is not a VCF file. The last VCF header should be #CHROM POS ID REF ALT QUAL FILTER INFO... so It's something else... with a VCF header (##).
and the usual associated image:

yeah! The VCF file is annotated with 1)snpEff and 2)VEP (variant effect predictor). Now I want to separate the fields. !!!
Log in to answer this question.