1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +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{
cpus = 20
memory = 128.GB
memory = 59.GB
}
}