Skip to content

Commit

Permalink
removed cpu setting in nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzalab committed Dec 29, 2024
1 parent dd2a11a commit 4bec026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/nf-core/bbmap/repair/tests/nextflow.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
process {
withName: BBMAP_REPAIR {
ext.args = params.module_args
cpus = { 2 * task.attempt }
}
}

0 comments on commit 4bec026

Please sign in to comment.