Skip to content

Commit

Permalink
fixing errors in pride slurm conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Nov 24, 2024
1 parent b9bb5a9 commit 986c179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/pride_codon_slurm.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ singularity {
process {
// this is to avoid errors for missing files due to shared filesystem latency
maxRetries = 30
errorStrategy = { task.exitStatus == 0 ? "retry" : "terminate" }
errorStrategy = { task.exitStatus in ((130..145) + 104 + 1 + 9 + 134 + 97 + 137 + 0) ? "retry" : "terminate" }
cache = "lenient"
afterScript = "sleep 60"

Expand Down

0 comments on commit 986c179

Please sign in to comment.