Skip to content

Commit

Permalink
combine lsf opts with cellpose worker lsf opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Goina committed Feb 7, 2025
1 parent 092c514 commit b838c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/segmentation-modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ process {
}

withName: "(.*):SEGMENTATION:(.*)DASK_STARTWORKER" {
clusterOptions = params.cellpose_worker_lsf_opts
clusterOptions = "${params.lsf_opts} ${params.cellpose_worker_lsf_opts}"
ext.args = [
"--nthreads 1",
].join(' ')
Expand Down

0 comments on commit b838c2f

Please sign in to comment.