Skip to content

Commit

Permalink
Drop number of CPUs configured in hello series to 4 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot authored Nov 20, 2024
1 parent 3e707a7 commit ecea2fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hello-nextflow/hello-modules/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ process {
memory = 2.GB
// allocations for a specific process
withName: 'GATK_JOINTGENOTYPING' {
cpus = 8
cpus = 4
}
}

Expand Down
2 changes: 1 addition & 1 deletion hello-nextflow/hello-nf-test/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ process {
memory = 2.GB
// allocations for a specific process
withName: 'GATK_JOINTGENOTYPING' {
cpus = 8
cpus = 4
}
}

Expand Down
2 changes: 1 addition & 1 deletion hello-nextflow/solutions/hello-config/4-nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ process {
memory = 2.GB
// allocations for a specific process
withName: 'GATK_JOINTGENOTYPING' {
cpus = 8
cpus = 4
}
}
2 changes: 1 addition & 1 deletion hello-nextflow/solutions/hello-config/5-nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ process {
memory = 2.GB
// allocations for a specific process
withName: 'GATK_JOINTGENOTYPING' {
cpus = 8
cpus = 4
}
}

Expand Down

0 comments on commit ecea2fe

Please sign in to comment.