Skip to content
Snippets Groups Projects
Verified Commit 799be6b8 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

nextflow.config: remove space in memory declaration

parent 19ff2662
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ profiles {
docker.enabled = true
process {
errorStrategy = 'finish'
memory = '16 GB'
memory = '16GB'
withLabel: big_mem_mono_cpus {
cpus = 1
}
......@@ -32,7 +32,7 @@ profiles {
singularity.cacheDir = "./bin/"
process {
errorStrategy = 'finish'
memory = '16 GB'
memory = '16GB'
withLabel: big_mem_mono_cpus {
cpus = 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment