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

Investigate option to get a unique snakemake id for each workflow run #100

Open
fgypas opened this issue Nov 9, 2020 · 1 comment
Open

Comments

@fgypas
Copy link
Member

fgypas commented Nov 9, 2020

Is your feature request related to a problem? Please describe.
Let's say that we have a snakemake pipeline that has 30 steps, and let's assume that after 10 steps an error appears. After the pipeline fix, if we run again the pipeline one would assume that it resumes at step 11. What is happening at the moment is that it generates a new workflow id with 20 steps.

Describe the solution you'd like
The solution would be to recognize that this is the same pipeline and not something different. Maybe based on the root directory of the pipeline?

@fgvieira
Copy link
Contributor

fgvieira commented Mar 5, 2024

What if it was based on the name? This way, you only had to run it again with the same name:

snakemake [...] --wms-monitor-arg name=test

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

No branches or pull requests

2 participants