Skip to content

Commit

Permalink
fix: That broke something
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 28, 2024
1 parent 78c8703 commit 8f4626a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions conf/utd_ganymede.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ process {
queue = { select_queue(task.memory, task.cpu) }

withLabel:process_medium {
cpus = { task.attempt > 2 ? task.previousTrace.cpus * 1.5 : (16) }
memory = { task.attempt > 1 ? task.previousTrace.memory * 2 : (geneomes_queue_memory) }
cpus = { task.attempt > 2 ? 28 : (16) }
memory = { genomics_queue_memory * task.attempt }
}
}

manifest {
nextflowVersion = '!>=24.10.0'
}

0 comments on commit 8f4626a

Please sign in to comment.