It looks like you're new here. If you want to get involved, click one of these buttons!
Johan_Dahlberg
Posts: 36Member ✭
When I try to run the latest version of the DataProcessingPipeline I get the following error message:
However in the recal case class this option is set to be true: this.disable_indel_quals = true
Any idea how to solve this? It seams to me this is a bug, but I cannot find the source for the PrintReads class (guessing that its not in the public code), so I can't check it myself.
Regards, Johan
Answers
Is this error happening in the PrintReads step of the pipeline? Can you paste this part of the output?
Mauricio Carneiro, PhD http://www.broadinstitute.org/~carneiro/
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •It should only be possible to get this error during the BaseRecalibrator step. If you are seeing it during PrintReads then something is awry.
Eric Banks, PhD -- Group Leader, Methods Development, MPG, Broad Institute of Harvard and MIT
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Ok. I found the problem. I was being a bit hasty last night (writing my last post just before leaving for the day). The error is thrown by the BaseRecalibrator step, just as ebanks wrote. However, the "this.disable_indel_quals = true" is only set in the PrintReads step. I tried removing it there and adding it to the BaseRecalibrator step, and now its working. This is what the code looks like now, with the removed line just commented away to make it more clear.
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Is it true that the --disable_indel_quals option is now removed from "BaseRecalibrator"? I am writing up my own pipeline using DPP scala (from a while ago) as a reference but I cannot find this option in the recalibrator. What does BaseRecalibrator now do to the indel quals? Thanks a lot!
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •I have removed this from my own pipelines, and it seems to be working fine. The Broad guys will have to confirm this, but my guess would be that the BaseRecalibrator now recalibrates base qualities for indels as well.
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •That's correct, this issue only affected GATK Lite, so now that GATK Lite is gone, that option is no longer applicable. BaseRecalibrator does indeed recalibrate base qualities for indels in all versions form now on.
Geraldine Van der Auwera, PhD
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •