MareesAT / GWA_tutorial

A comprehensive tutorial about GWAS and PRS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.vcf has fewer tokens than expected error

sererenaa opened this issue · comments

In part 2, when we convert from vcf to Plink format, I get an error:
image

Any advice to get around this? I end up with temporary files because of this & the rest of the tutorial is not functioning the way it should.

Hi were you able to find a solution to this?

Have you found a solution to this problem? I get an error too...

image

I got this more generic error. I tried to download the vcf file 4 times but I always got the same issue [PLINK v1.90b6.24 64-bit]

commented

I met the same problem and solved it today. Look at the 217969 line (the line number reported in the error) of your vcf file, this line may not be intact.

#17
I believe the attached issue has the answer to the cause of these errors.

I met the same problem and solved it today. Look at the 217969 line (the line number reported in the error) of your vcf file, this line may not be intact.
My file is large, and this line is incomplete. Can I use 'sed' to delete it?

我遇到了同样的问题,今天解决了它。查看 vcf 文件的217969行(错误中报告的行号),此行可能不完整。

您好,请问您是如何解决的,我也遇到了相同的报错。谢谢!