Skip to content

Commit

Permalink
fixed cpus typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed May 31, 2024
1 parent 2af22bf commit 5204073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ process {
container = 'python:3.9.19'
}
withLabel: 'star' {
pus = 1
cpus = 1
memory = { 45.GB * task.attempt }
time = { 10.h * task.attempt }
module = 'singularity-3.7.0-gcc-9.3.0-dp5ffrp'
Expand Down

0 comments on commit 5204073

Please sign in to comment.