-
Notifications
You must be signed in to change notification settings - Fork 94
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
Index Error for variant using am37.c_to_g() #606
Comments
@sptaylor: I can confirm this bug. I accidentally discovered that this bug doesn't happen if I use a uta_20150827 (discovered through a sloppy copy-paste from old notes). That discovery only increases my curiosity. I don't have funding, or time to donate, to work on this right now. |
@reece we are experiencing the same error in a different context. 'Traceback (most recent call last): We propose a try/except in the else statement code block at line 225 of variantmapper.py (also below, hgvs1.5.1) to raise the HGVSInvalidInteralError. Does this make sense or is there a deeper issue? 'if not pos_c.uncertain: |
…ethod and add unit tests
Validation problem? Other tools seem to think this is an error, so perhaps it's a validation problem: ClinGen allele registry: dies with "intronic position inside exon" Exon positions in UTA Where is "c.283" ?
Double check - NM_001291722.1 CDS start = 139 GRCh37 Tx exons around 422 are:
It looks like perhaps UTA is calling the exon wrong here? Why have a deletion of 3 bases at exon/intron boundary rather than shift the exon boundary? Other investigation I started to look into this and noticed something...
These should be the same? Output:
Not sure if related, but I've found a few other examples of where conversion seems inconsistent (if you convert from c to g then back to c it's changed)
Between the dashed lines, the two should be consistent
Some of these are def invalid, though in that case, they should throw an error? |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
This issue was closed by stalebot. It has been reopened to give more time for community review. See biocommons coding guidelines for stale issue and pull request policies. This resurrection is expected to be a one-time event. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
We encountered a bug when running c_to_g via assembly mapper for variant 'NM_001291722.1:c.283-3C>T':
The text was updated successfully, but these errors were encountered: