-
Notifications
You must be signed in to change notification settings - Fork 73
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
gatk-sv-single-sample workflow (v.0.9.1-beta-hotfix) failing at RunWhamgIncludelist subtask #332
Comments
From what I am finding online, this error seems to occur when there is a change to the virtual environment. This may be an error inherent to the docker image used for this task ("gatksv/wham:8645aa"). Thank you for any direction you are able to provide here |
It seems like something might have changed in the way some GCE VMs are configured such that this |
Thanks Chris - the WDL I have is encapsulated, so I don't believe I can access and modify the command line. I appreciate your help looking into this |
Fixed as part of #333 by deleting the |
Thank you for your help. I have a few questions:
|
I've created a pull request for the v.0.9.1-beta-hotfix branch to modify the Whamg.wdl as such. If you are able to accept this, I believe it would allow me to continue using the same version of the workflow, which would be ideal |
I have refreshed the workflow in Dockstore so v0.21-beta should now be available. You will not be able to modify the WDL or its dependencies directly in Dockstore - only via GitHub. The release tag v0.9.1-beta-hotfix is stable and cannot be modified. So your PR is to update the branch with the same name, but we don't keep feature branches around indefinitely. So I think the solution here is that I will merge your change into the branch, then create a new release tag v0.9.1-beta-hotfix2 off of that branch, then delete the branch, then refresh Dockstore, and then you should be able to select that new release tag v0.9.1-beta-hotfix2. I'll comment again when all of those steps are complete. |
Should be ready now |
This is working well so far - thank you for your help! |
Bug Report
Affected module(s) or script(s)
gatk-sv-single-sample workflow, Module00a, Whamg task, RunWhamgIncludelist subtask
Affected version(s)
v.0.9.1-beta-hotfix
Description
I've successfully run this version of the workflow to call germline SVs on WGS CRAMs using a modified version of "GATKSVPipelineSingleSample.ref_panel_1kg.na12878.no_melt.json" for inputs. Over the last week, I've encountered recurrent failures in this workflow on multiple samples (including those on which this has previously run successfully), with the following error in the RunWhamgIncludelist subtask: "cat: /sys/fs/cgroup/memory/memory.stat: No such file or directory". I've attached the full log for broader context on this error.
Expected behavior
The gatk-sv-single-sample workflow should run to completion.
Actual behavior
The gatk-sv-single-sample workflow fails at this step. I've confirmed that this fails on samples on which the workflow has run successfully before, as well as new samples. I am providing a cram and matching crai for input, and I have not changed any other inputs to this workflow, so am having a hard time deciphering what may be contributing to this failure. Is it possible that the docker for this task has changed in some way?
gatk_sv_single_sample_whamg_log_4_11_22.txt
The text was updated successfully, but these errors were encountered: