It looks like you're new here. If you want to get involved, click one of these buttons!
Hi I got the following error with GenomeAnalysisTK-2.2-2-gf44cc4e's Base Recalibrator.
##### ERROR MESSAGE: Key 2006 is too large for dimension 2 (max is 2001)
I also ran the picard's validateSamFile to validate my BAM file and it says NO ERRORs. What exactly does this error mean? what key is it talking about? And how can I fix it? Thanks, Ashu
Answers
Hi Ashu,
Could you please post the full command line you're using to run the BaseRecalibrator, and describe any previous processing steps in your pipeline involving the BAM file you're using as input (eg., did you run it through ReduceReads first?)
David
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Hi David,
Here's the command I used to run BaseRecalibrator.
And, I did not know if I have to run it through ReduceReads? I have not used that before. The older versions of GATK were able to process my alignment files without using "ReduceReads".
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •No Ashu, you don't need to run ReduceReads. That is a new tool that can be used after processing, just before calling variants. I think David was asking because if you had used ReduceReads before BaseRecalibrator, that might explain your problem.
So, did you use any other tools before running BaseRecalibrator? Like maybe IndelRealigner? Telling David all the steps you performed on your dataset will help him find out what the problem might be...
Geraldine Van der Auwera, PhD
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Dear David/Geraldine,
I got these alignment(BAM) files(for a bacteria) from PacificBiosciences Secondary Analysis Software. They come with a mapping quality of 255. With the older version of GATK, I used to change the mapping quality to 60 using PrintReads and then do a quality recalibration on the alignment files and then call snps on these recalibrated files. The whole process worked fine. Now, I wanted to repeat this process with the new version of GATK as it says you can call indels with the new Unified Genotyper.
Ashu
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Hi Ashu,
I believe your problem is with the CycleCovariate, which is very platform-dependent in the way it works. To test this hypothesis, could you please try re-running the BaseRecalibrator without the CycleCovariate and report back as to whether or not you get the same error? You can do this by adding the following options to your command line:
--no_standard_covs -cov ContextCovariate- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •It worked, thank you so much. I wanted to ask you if running without Cycle Covariate would change things for me from the way they were working before with the old version of GATK.
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Hi Ashu,
This will be fixed in the next version of the GATK (2.3). For now you should run BQSR without the cycle covariate.
That being said, you will have a very (very) tough time calling indels from PacBio data. The most significant error mode for PacBio is their high indel error rates and it makes accurate indel calling nearly impossible.
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...that means, no version of GATK can call indels for Pacbio as of now? Could you may be give me a timeline as to when would the new version that could call indels be released?
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •That's not exactly what it means. To be specific: - The GATK can call indels in PacBio data. - However, no version of any tool in the world can call indels in PacBio data well. - We have no intention of supporting development of indel calling in PacBio data.
Eric Banks, PhD -- Group Leader, Methods Development, MPG, Broad Institute of Harvard and MIT
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Yes I know no other tool can call indels well from PacBio data.... I was hoping this new version could...but thanks for the help. I really appreciate it.
Ashu
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •