-
Notifications
You must be signed in to change notification settings - Fork 596
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
CountBasesSpark doesn't work with -L opt #6319
Comments
@droazen Created a issue ticket based on our discussion during the GATK office hrs. |
Hi GATK team, I tried running your PathSeq pipeline (broadinstitute/gatk:4.1.8.0) on my cohort and almost half of the samples failed the scoring step with this error message:
Looking at the aligned bams that go into the scoring task, they don't appear to be empty or different to the rest of the cohort. Any thoughts? |
@spromanos Could you please open a new ticket for this issue instead of replying to this existing ticket? |
Done! Thanks |
There is a potential fix for the "next on empty iterator" error in PR #6652 -- this should be part of the next GATK release, and may enable us to close this ticket. |
This is believed fixed in the now-merged PR #6652 |
@lbergelson Can you confirm that this issue can now be closed as resolved? |
* It turns out Rdd.reduce crashes when it encounters emptyy data, use fold instead. * Fix #6319
It turns out Rdd.reduce crashes when it encounters emptyy data, use fold instead. Fixes #6319
It turns out Rdd.reduce crashes when it encounters emptyy data, use fold instead. Fixes #6319
User report:
I test this in 4.1.4.0 and 4.1.4.1
When run this cmd, it is OK, and get a right output base_count.txt.
But I want compute bases located in a interval file, so:
This cmd cannot run successfully, with some errors I find like this:
The interval.file is fine because I use it for the whole GATK pipeline.
The CountReadsSpark has the same error.
Please check this
Thanks.
Chris
This Issue was generated from your [forums]
[forums]: https://gatkforums.broadinstitute.org/gatk/discussion/24645/countbasesspark-doesnt-work-with-l-opt/p1
The text was updated successfully, but these errors were encountered: