Skip to content

Commit

Permalink
Merge pull request #523 from nf-core/Sanger-config
Browse files Browse the repository at this point in the history
Update sanger.config
  • Loading branch information
muffato authored Jul 5, 2023
2 parents 2202b61 + 57dda55 commit 8105c09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conf/sanger.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ params {
// Queue and retry strategy
process{
executor = 'lsf'
queue = { task.time < 20.m ? 'small' : task.time < 12.h ? 'normal' : task.time < 48.h ? 'long' : task.time < 166.h ? 'week' : task.time < 1488.h ? 'basement' : 'basement' }
errorStrategy = 'retry'
maxRetries = 5
queue = { task.time < 20.m ? 'small' : task.time < 12.h ? 'normal' : task.time < 48.h ? 'long' : task.time < 168.h ? 'week' : 'basement' }
}

// Executor details
Expand Down

0 comments on commit 8105c09

Please sign in to comment.