Replies: 2 comments 2 replies
-
The task ID (hash) is automatically computed given the task inputs and compute. If there's no change, the same ID is assigned. There's no way to assign or reuse a specific one |
Beta Was this translation helpful? Give feedback.
-
Hi Paolo, Unfortunately this is not what I am experiencing. After manually cancelling the process, resuming the workflow without any changes neither in the inputs nor in the code of the process, causes the task to be run in a different directory. I use dolphinnext to develop and submit workflows. Not sure if this could be part of the problem. I will continue researching on this to try to find a solution. Best, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was looking for a way to reuse a hash in case a process fails or is cancelled (i.e. due to resources limitations). I find it convenient for tools like cellranger, where after a cancellation it could resume the process where it was left, saving a lot of time in tasks like the aggregation of multiple samples, where it can take several days and after cancellation it will restart from scratch.
I could not find anything in the documentation that allowed something like this. I tried the different options in the
cache
directive but it did not work. I was wondering if it would be possible to define additional values to the directive to allow such behavior, or maybe even a new directive, if possible at all.Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions