-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: could not convert string to float: 'NA' #318
Comments
Any solution for this aside from manually manipulating the original vcf file as suggested here? |
I fixed it by myself because my pull request has not been yet accepted : |
Thanks @dridk! But this might not solve my error. I am getting something specific like this: could not convert string to float: 'ENST00000423372.3' |
interesting..Could you share the header and the first row of your vcf where this field is locatated ? |
@dridk Sorry, I am not sure whether I am allowed share. But this entity appears in an additional column with exon information. |
I get the same error when parsing a vcf annotated with dbNSFP ( by snpSift )
I ran the following
By looking the corresponding line in the vcf, it seems comming from a NA value. dbNSFP_TSL=NA;
It would be greate to handle this error .
Originally posted by @dridk in #296 (comment)
The text was updated successfully, but these errors were encountered: