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

nextflow.config: fix name for mono_cpus

parent 13429532
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ profiles { ...@@ -24,7 +24,7 @@ profiles {
maxRetries = 3 maxRetries = 3
executor = "slurm" executor = "slurm"
queue = "Lake" queue = "Lake"
withLabel: process_single { withLabel: big_mem_mono_cpus {
cpus = 1 cpus = 1
memory = "128GB" memory = "128GB"
time = "24h" time = "24h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment