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

macs3: change queue option to mono_cpus

parent 2f8070de
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ macs3_genome_size=3e9
process peak_calling {
container = "${container_url}"
label "big_mem_multi_cpus"
label "big_mem_mono_cpus"
tag "${file_id}"
input:
......@@ -36,7 +36,7 @@ fi
process peak_calling_bg {
container = "${container_url}"
label "big_mem_multi_cpus"
label "big_mem_mono_cpus"
tag "${file_id}"
input:
......
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