Skip to content

Commit

Permalink
Update nextflow.ngp.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Emkago authored Jan 29, 2025
1 parent e30c954 commit 3992f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nextflow.ngp.config
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ process {
memory = '32.GB'
time=2.h
publishDir = [ path: "${params.outdir}/${params.speciesDir}/medaka", mode: 'copy', overwrite: true ]
ext.args = "--threads 40 -m r941_min_sup_g507"
ext.args = "-t 40 -m r941_min_sup_g507"
}
withName: mlst {
container = "${params.containerDir}/mlst.sif"
Expand Down

0 comments on commit 3992f16

Please sign in to comment.