-
Notifications
You must be signed in to change notification settings - Fork 44
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
dannScore and gerpScore attributes use "," instead of "." when their value is a floating point #90
Comments
Hi @algarsi3 , Thanks |
Hi, this is an example of a variation with this error: {
"chromosome": "chr1",
"position": 11174383,
"refAllele": "A",
"altAlleles": [
"G"
],
"quality": 231394,
"filters": [
"PASS"
],
"cytogeneticBand": "1p36.22",
"variants": [
{
"vid": "1-11174383-A-G",
"chromosome": "chr1",
"begin": 11174383,
"end": 11174383,
"refAllele": "A",
"altAllele": "G",
"variantType": "SNV",
"hgvsg": "NC_000001.10:g.11174383A>G",
"phylopScore": 4.7,
"dannScore": 1,
"gerpScore": 5,89, <--- HERE
}
]
} |
Thanks @algarsi3 . You may track the following ticket: https://nirvana-annotator.atlassian.net/browse/NIR-1276 |
Hello, I see that this was solved in the 3.19 version, which is unreleased. Is there any estimated release date for the 3.19 version? |
Hi @algarsi3 , Regards |
How can we get the version 3.19? |
It is an annoying bug as no parser can read the malformed JSON. Here is how I worked around:
|
Hello @wuttke, Please share you contact information (email , organization, etc.) so that we can reach out to you. Best regards, |
Hi @rajatshuvro, thank you very much for your response. Here is my contact information: Matthias Wuttke, Institute of Genetic Epidemiology, Faculty of Medicine and Medical Center - University of Freiburg, Freiburg, Germany; matthias.wuttke@uniklinik-freiburg.de Thanks |
I annotated a test VCF file using the following command:
dotnet bin/Release/net6.0/Nirvana.dll
-c Data/Cache/GRCh37/Both
--sd Data/SupplementaryAnnotation/GRCh37
-r Data/References/Homo_sapiens.GRCh37.Nirvana.dat \
-i files/out-test.vcf
-o files/out
When inspecting the JSON file, there is a , instead of a . in gerpScore and dannScore when their value is not an integer
The text was updated successfully, but these errors were encountered: