statgen / pheweb

A tool to build a website to browse hundreds or thousands of GWAS.
MIT License
154 stars 65 forks source link

pheweb.utils.PheWebError: failed on field 'af' attempting to convert value 'NA' to type <class 'float'> #229

Open jielab opened 3 weeks ago

jielab commented 3 weeks ago

Hi, there:

I am using the latest version of Pheweb, and got an error message: pheweb.utils.PheWebError: failed on field 'af' attempting to convert value 'NA' to type <class 'float'> .

Yes, the input GWAS file has some "NA" values for the AF field. Should I use something other than NA to represent missing values?

Thanks!

JH