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.
Sometimes processes do not success due to hardware failures. Then, a fraction of the synthetic samples is not generated.
Describe the solution you'd like
There are errorStrategy and maxRetries directives for Nextflow processes s.t. this type of failure can be caught. This should be added to relevant (all?) processes.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Sometimes processes do not success due to hardware failures. Then, a fraction of the synthetic samples is not generated.
Describe the solution you'd like
There are
errorStrategy
andmaxRetries
directives for Nextflow processes s.t. this type of failure can be caught. This should be added to relevant (all?) processes.The text was updated successfully, but these errors were encountered: