You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When a pipeline crashes or is stopped by the user, afterward it is not possible to restart it. When snakemake is triggered again it gets a new id.
Describe the solution you'd like
When the user restarts the pipeline via snakemake and provides the correct id the pipeline should continue running on the server.
Describe alternatives you've considered
The alternative would be to automatically determine which pipeline to restart, but I think this is not technically possible at the moment.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When a pipeline crashes or is stopped by the user, afterward it is not possible to restart it. When snakemake is triggered again it gets a new id.
Describe the solution you'd like
When the user restarts the pipeline via snakemake and provides the correct id the pipeline should continue running on the server.
Describe alternatives you've considered
The alternative would be to automatically determine which pipeline to restart, but I think this is not technically possible at the moment.
The text was updated successfully, but these errors were encountered: