Skip to content
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

Retry the GATK_VARIANT_RECALIBRATOR with reduced gaussians on failure #73

Open
abhi18av opened this issue Feb 10, 2022 · 2 comments
Open
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@abhi18av
Copy link
Member

abhi18av commented Feb 10, 2022

3 annotations (DP/...) work with 4 gaussians

GATK_VARIANT_RECALIBRATOR
--max-gaussians 

Always reduce the value from 4

@abhi18av abhi18av added this to the v1.0.0 milestone Feb 10, 2022
@TORCH-UAntwerpen
Copy link
Collaborator

Write a bash wrapper script around GATK which runs GATK variant recalibrator and if it fails check the error log of std log to see if the 'failed to converge' line is there. If it is, just have the bash script exit with exitcode 0 (i.e. successful) and write some bad vlod score so the pipeline doesnt pick the recalibartion that failed.

@abhi18av abhi18av modified the milestones: v1.0.0, v0.9.8 Mar 7, 2022
@abhi18av abhi18av linked a pull request Mar 21, 2022 that will close this issue
9 tasks
@abhi18av
Copy link
Member Author

As a back, we solve this via documentation warning.

@abhi18av abhi18av linked a pull request Jul 31, 2022 that will close this issue
4 tasks
@abhi18av abhi18av removed a link to a pull request Jul 31, 2022
4 tasks
@abhi18av abhi18av added the documentation Improvements or additions to documentation label Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants