We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
currently, we ignore errors in the slurm profile:
poreCov/nextflow.config
Line 131 in 0ff536f
I'd like to suggest to change this to:
process.errorStrategy = 'retry' process.maxRetries = 1
Sometimes we see a process fail, because of HPC/SLURM hiccups. Usually, the exit status is 1 and the process runs through in the first resume run.
If you are fine with that, I'd make a PR 🙂
The text was updated successfully, but these errors were encountered:
yes, good idea! +1
Sorry, something went wrong.
replikation
Successfully merging a pull request may close this issue.
Hi there,
currently, we ignore errors in the slurm profile:
poreCov/nextflow.config
Line 131 in 0ff536f
I'd like to suggest to change this to:
process.errorStrategy = 'retry' process.maxRetries = 1
Sometimes we see a process fail, because of HPC/SLURM hiccups. Usually, the exit status is 1 and the process runs through in the first resume run.
If you are fine with that, I'd make a PR 🙂
The text was updated successfully, but these errors were encountered: