Skip to content

Commit

Permalink
Merge pull request #67 from Pathogen-Genomics-Cymru/config
Browse files Browse the repository at this point in the history
Config
  • Loading branch information
t-whalley authored Jul 10, 2024
2 parents bc6688b + 20fdc00 commit 4348be3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 1 addition & 6 deletions config/containers.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
process {
withLabel:low_cpu {cpus = 2}
withLabel:normal_cpu { cpus = 8 }
withLabel:low_memory { memory = '5GB' }
withLabel:medium_memory { memory = '10GB' }
withLabel:high_memory { memory = '18GB' }

withLabel:getversion {
container = "quay.io/pathogen-genomics-cymru/preprocessing:0.9.8"
Expand Down Expand Up @@ -36,4 +31,4 @@ process {
withLabel:vcfpredict {
container = "quay.io/pathogen-genomics-cymru/vcfpredict:0.9.8"
}
}
}
7 changes: 7 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ params {
container_enabled = "false"
}

process {
withLabel:normal_cpu { cpus = 8 }
withLabel:low_memory { memory = '5GB' }
withLabel:medium_memory { memory = '10GB' }
withLabel:high_memory { memory = '18GB' }
}

profiles {
climb {
includeConfig 'config/climb_k8s.config'
Expand Down

0 comments on commit 4348be3

Please sign in to comment.