-
Notifications
You must be signed in to change notification settings - Fork 718
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
avoid pollution in the tmp directory when running the AlphaFold tests #14989
avoid pollution in the tmp directory when running the AlphaFold tests #14989
Conversation
Test report by @branfosj |
@branfosj Is this patch also relevant for older AlphaFold version (2.1.0, 2.0.0)? |
2.1.0 yes. 2.0.0 no. There was a single test, so this pollution problem will not occur. We could still add a similar patch to avoid reusing the directory anyway. |
Test report by @boegel |
easybuild/easyconfigs/a/AlphaFold/AlphaFold-2.1_fix-alphafold-tests.patch
Show resolved
Hide resolved
Test report by @boegel |
Going in, thanks @branfosj! |
(created using
eb --new-pr
)