1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

reduce mapping resource further to compute node

This commit is contained in:
Rike 2021-03-18 11:10:00 +01:00
parent 67c93a4743
commit b1846af9d3

View file

@ -20,6 +20,6 @@ process {
} }
withName:MapReads{ withName:MapReads{
cpus = 20 cpus = 20
memory = 128.GB memory = 59.GB
} }
} }