Skip to content
Snippets Groups Projects
Commit fd188a99 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Add downstreamViz processes to configs

parent ee609792
2 merge requests!78Develop,!76Resolve "Generate Raw RDS file"
Pipeline #7867 passed with stages
in 17 minutes and 17 seconds
...@@ -36,4 +36,8 @@ process { ...@@ -36,4 +36,8 @@ process {
cpus = 1 cpus = 1
memory = '1 GB' memory = '1 GB'
} }
withName: downstreamViz {
cpus = 1
memory = '1 GB'
}
} }
...@@ -30,4 +30,7 @@ process { ...@@ -30,4 +30,7 @@ process {
withName: multiqc { withName: multiqc {
executor = 'local' executor = 'local'
} }
withName: downstreamViz {
executor = '32GB'
}
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment