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
fix: issue with duplicated prefix for checkpoints on cloud #1294
Conversation
to reproduce a problem with the use of checkpoints in cloud environments
Kudos, SonarCloud Quality Gate passed! |
nice! it looks like the test failed properly I should have some time in the coming weeks to try some fixes. |
Thanks a lot for giving this a try!! |
Kudos, SonarCloud Quality Gate passed!
|
@johanneskoester, the tests passed. It's ready for you to take a look! #574 (comment) has a description of the bug and the solution that I implemented. |
Thanks a lot for fixing this long standing bug! |
Implements a test to reproduce issue #574: checkpoints in cloud execution mode.
Note: this PR duplicates #1199.
Once I'm able to reproduce the issue, I'm planning on using this PR to fix it.
Update (1/14/22): This PR now also resolves #574
See #574 (comment) for a description of the bug and the solution that I implemented.
QC
docs/
) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).