-
Notifications
You must be signed in to change notification settings - Fork 597
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
Funcotator logic bug #6289
Comments
hey guys I'm seeing the same error |
@tmm211 @lincoln-harris I'll put this back on my radar. Thanks for your patience. |
I have the same error; let me know if it would be helpful to have my input files, logs, etc. I'm seeing it in version 4.1.4.0. |
Also seeing this in 4.1.4.1. From my testing, this is happening back through version 4.1.1.0, with 4.1.0.0 being unaffected. |
@jonn-smith I am working with someone on a featured workspace for a paper that will likely highlight this issue. Any thoughts on when it will get prioritized? |
I'm going to review all the Funcotator issues in the next few weeks and start addressing them then. |
The example variant from the above Terra run is:
|
I got same error for gatk 4.1.8.0. Any solutions? |
This will be the next bug I look into. It's part of a family of issues that all relate to how the predicted protein change is created. |
Another user reported having the same issue with gatk 4.1.7.0 |
I am seeing this same error with gatk 4.1.9.0. At the very least, it would be nice if Funcotator caught the error and printed a warning, omitted the problematic variant, and continued instead of crashing and leaving truncated output. the VCF I'm annotating is WGS with 150+ samples, and it's crashing on a variant on chr9. |
@alanhoyle This is on the todo list for this quarter - there are a variety of similar issues with the protein change string that should all be resolved together. |
Thank you. The line(s) that are causing the problem for me begin as follows:
This seems to be an interesting position. |
Thanks for the test case! From what I've seen in the past this issue happens with indels, so this makes sense to me. |
After a good deal of editing, this is an almost minimal complete VCF that throws the error (GRCh38):
The actual error I'm getting is this:
|
Is there an update on this? Thanks! |
While searching the error, I found this github issue! I'm having the same error with gatk 4.2.0.0… GP is trying to incorporate Funcotator into the clinical pipeline, it would be great if this fix can be made as soon as possible. Thanks! |
@lydiarck - Not yet our priorities shifted and I haven't had time to address this. @jnktsj That's great to hear! I'm surprised because this is the first I've heard of it. If you have some time, I'd love to discuss it with you (and / or Niall and / or Carrie). I'm particularly interested in how you will incorporate new versions of the software as updates are made. Things are starting to slow down, so I should actually be able to start taking a look next or the following week. It's going to require refactoring several things deep in the Funcotator Engine, which is why it hasn't happened yet. |
Hi, getting the same error trying to run this new mutect2 pipeline on CCLE. We will not annotate mutect2 with funcotator in the meantime but would also be very useful to us if this problem is solved! (it impacts ~15% of our samples) Thank you @jonn-smith ! |
OK, guys. I just merged in a fix for this. If you have a chance, give it another try with the latest GATK main branch. @jnktsj @alanhoyle @jkobject @DadongZ @lincoln-harris @lydiarck @shandy79 @samanthahv |
@jonn-smith is this in a release or would we have to download/compile to test? |
@alanhoyle Right now it's just in the code, so you'd have to compile it. If you can wait, we're planning on doing a release sometime in the next week or two. |
Hello, Having run it now on all our samples we still see this error. It only happens on the WES (1800 samples) only in 13 of them. It does not happen for the WGS (600samples). This is in GATK 4.2.6.1. Let me know if you want us to share some example in a workspace. |
Has this bug been addressed in recent Funcotator versions? If so, which version? |
Bug Report
Affected tool(s) or class(es)
Funcotator
Affected version(s)
Description
There is a bug in the logic with how Funcotator is handling this variant. It is a variant after
chr14:24655355
Stacktrace
Jonn has the input files, log file, and WDL.
Steps to reproduce
To reproduce this issue, all the inputs and full pipeline are listed in this Zendesk ticket 3847. Contact Tiffany for access
Expected behavior
The tool should handle this situation more gracefully?
Actual behavior
It fails with a java.lang.StringIndexOutOfBoundsException: String index out of range: 776
The text was updated successfully, but these errors were encountered: