Skip to content
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

Variant_catalog.json: "VariantType":"SmallVariant" ERROR #189

Open
petaleaf opened this issue Feb 22, 2024 · 0 comments
Open

Variant_catalog.json: "VariantType":"SmallVariant" ERROR #189

petaleaf opened this issue Feb 22, 2024 · 0 comments

Comments

@petaleaf
Copy link

petaleaf commented Feb 22, 2024

Hello, I noticed two issues while checking for deletion and insertion variants. The first issue is that the chromosome number in the error message is one less than the given chromosome number. The second issue is that the VariantType value is already specified as "SmallVariant", yet the error message still suggests that it should be "SmallVariant/Deletion". It's important to note that "SmallVariant/Deletion" is an unknown type, and "SmallVariant" should be used instead.

Error Description:

[Error loading locus MYH7: Definition of variant ID=MYH7;classification=SmallVariant/Deletion;ReferenceLocus=(13):23884684-23884696;optionalRefNode=None is inconsistent]

variant_catalog.json

{
    "LocusId": "MYH7",
    "LocusStructure": "(TCT)?",
    "ReferenceRegion": "chr14:23884684-23884696",
    "VariantType": "SmallVariant",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant