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 annotation failing #57

Open
Chelsea-Na opened this issue Aug 8, 2023 · 1 comment
Open

Variant annotation failing #57

Chelsea-Na opened this issue Aug 8, 2023 · 1 comment

Comments

@Chelsea-Na
Copy link

We have MAF data that is failing annotation with genome nexus (see example.csv). We are wondering why it is failing?

To provide more context, we had recently removed some logic before annotating with genome-nexus. The logic was if the ref allele and alt allele do not match and if the first char of the ref allele is the same as the first char alt allele, then we remove the first char of both alleles and shift the start position forward by 1.

Using the example file provided, the logic would update the start_position from 25398284 to 25398285, the reference allele from CC to C and the alt allele from CG to G. Then genome-nexus would annotate the variant with KRAS. However, after removing the logic, genome-nexus fails to annotate this variant.

@Chelsea-Na
Copy link
Author

Chelsea-Na commented Aug 10, 2023

Here are more examples that fail annotation: more_examples.csv

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