Skip to content

Commit

Permalink
Merge pull request #607 from AlexsLemonade/allyhawkins/bump-cellassig…
Browse files Browse the repository at this point in the history
…n-memory

Bump initial memory and cpu request for CellAssign
  • Loading branch information
allyhawkins authored Dec 7, 2023
2 parents 30c7822 + d6f3a54 commit 768c207
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions config/process_base.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ process{
withLabel: mem_32 {
memory = {check_memory(32.GB * task.attempt)}
}
withLabel: mem_128 {
memory = {check_memory(128.GB * task.attempt)}
}
withLabel: cpus_2 {
cpus = {check_cpus(2)}
}
Expand All @@ -33,6 +36,9 @@ process{
withLabel: cpus_12 {
cpus = {check_cpus(12)}
}
withLabel: cpus_24 {
cpus = {check_cpus(24)}
}
}


Expand Down
4 changes: 2 additions & 2 deletions modules/classify-celltypes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ process classify_cellassign {
mode: 'copy',
pattern: "${cellassign_dir}"
)
label 'mem_32'
label 'cpus_12'
label 'mem_128'
label 'cpus_24'
tag "${meta.library_id}"
input:
tuple val(meta), path(processed_rds), path(cellassign_reference_file)
Expand Down

0 comments on commit 768c207

Please sign in to comment.