1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00

Merge pull request #313 from nf-core/ameynert-patch-1

Added memory & cluster options specification for eddie sarek config
This commit is contained in:
ameynert 2022-01-06 10:38:13 +00:00 committed by GitHub
commit bfa7e0f8d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@ process {
withName:MapReads {
cpus = 16
memory = 128.GB
clusterOptions = {"-l h_vmem=${(task.memory + 8.GB).bytes/task.cpus}"}
}
withName:BuildDict {
cpus = 1