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

pvacseq/pvacfuse hangs and fails to complete #131

Open
rkageyama opened this issue Sep 12, 2023 · 2 comments
Open

pvacseq/pvacfuse hangs and fails to complete #131

rkageyama opened this issue Sep 12, 2023 · 2 comments

Comments

@rkageyama
Copy link

The tasks pvacseq and pvacfuse hang and eventually time out and to to a retry. This happened with a number of different samples. I was able to fix the hanging by changing back to the docker image used before the last PR.

Changing griffithlab/pvactools:4.0.3 to susannakiwala/pvactools:4.0.1rc1 to run the task in both analysis-wdls/definitions/tools/pvacseq.wdl and analysis-wdls/definitions/tools/pvacfuse.wdl fixed the problem and the run went to completion.

@susannasiebert
Copy link
Member

Thank you for reporting this issue. It seems like the main difference between these two docker containers is that one (4.0.1rc1) is based on Python 3.11 and the other (4.0.3) is based on Python 3.7. We reverted our containers back to Python 3.7 any container based on Python 3.11 (or 3.8, 3.9, and 3.10) is causing failures on our compute cluster. We are considering releasing several images for different python versions to support multiple compute environments but we need to do more testing on our end to see if there is a way forward with a single image.

@susannasiebert
Copy link
Member

@rkageyama I just released version 4.0.5, which we believe will fix this issue (#132). Please give it a try and let me know if the problem persists for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants