Entering edit mode
7.0 years ago
ashishchahl
•
0
In VCf file, format GT:AD:GP and its value in tumor and normal column I found no values.
I got vcf from maf2vcf script.
so is there any issue in my vcf files?
link for my vcf file https://drive.google.com/file/d/0B7mEab-MoAOueUR2NlgwX0RGSm8/view?usp=sharing
Hi ryan
while I convert my maf file in to vcf I got some warning like these...
WARNING: Skipping variant at 4:100265826. Failed to fetch bps from reference FASTA!
WARNING: Skipping variant at 2:89082219. Failed to fetch bps from reference FASTA!
WARNING: Skipping variant at 2:89083945. Failed to fetch bps from reference FASTA!
and when I go through some vcf files example there they show the DP values
what I am asking is...Is my vcf file which I give you link above is correct?
Yes, as I wrote above, the file you posted is fine. You'll want to sort it though (vcftools has a vcf-sort command).