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 { ...@@ -18,7 +18,7 @@ profiles {
docker.enabled = true docker.enabled = true
process { process {
errorStrategy = 'finish' errorStrategy = 'finish'
memory = '16 GB' memory = '16GB'
withLabel: big_mem_mono_cpus { withLabel: big_mem_mono_cpus {
cpus = 1 cpus = 1
} }
...@@ -32,7 +32,7 @@ profiles { ...@@ -32,7 +32,7 @@ profiles {
singularity.cacheDir = "./bin/" singularity.cacheDir = "./bin/"
process { process {
errorStrategy = 'finish' errorStrategy = 'finish'
memory = '16 GB' memory = '16GB'
withLabel: big_mem_mono_cpus { withLabel: big_mem_mono_cpus {
cpus = 1 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