Skip to content

Commit

Permalink
Update sanger.config
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanka-surana authored Jul 5, 2023
1 parent 48e9625 commit 57dda55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/sanger.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +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' : 'basement' }
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 57dda55

Please sign in to comment.