We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Funcotator must be able to handle indels that span exon start boundaries.
For example, in hg19 the following variant is not handled properly:
hg19
chr5:71622537-71622538 CA->C
The current workaround is to throw a FuncotatorUtils.TranscriptCodingSequenceException for the transcript causing this problem in Gencode.
FuncotatorUtils.TranscriptCodingSequenceException
The text was updated successfully, but these errors were encountered:
This is related to #4307
Sorry, something went wrong.
@jonn-smith I think you should close this issue in favor of #4307, since #4307 is a strict superset of this issue.
OK - will do.
jonn-smith
No branches or pull requests
Funcotator must be able to handle indels that span exon start boundaries.
For example, in
hg19
the following variant is not handled properly:chr5:71622537-71622538 CA->C
The current workaround is to throw a
FuncotatorUtils.TranscriptCodingSequenceException
for the transcript causing this problem in Gencode.The text was updated successfully, but these errors were encountered: