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

Update configs

parent cc90ce91
2 merge requests!78Develop,!76Resolve "Generate Raw RDS file"
...@@ -28,6 +28,14 @@ process { ...@@ -28,6 +28,14 @@ process {
cpus = 2 cpus = 2
memory = '30 GB' memory = '30 GB'
} }
withName: count400 {
cpus = 2
memory = '30 GB'
}
withName: downstreamViz {
cpus = 2
memory = '1 GB'
}
withName: versions { withName: versions {
cpus = 3 cpus = 3
memory = '1 GB' memory = '1 GB'
...@@ -36,8 +44,4 @@ process { ...@@ -36,8 +44,4 @@ process {
cpus = 1 cpus = 1
memory = '1 GB' memory = '1 GB'
} }
withName: downstreamViz {
cpus = 1
memory = '1 GB'
}
} }
...@@ -12,9 +12,6 @@ process { ...@@ -12,9 +12,6 @@ process {
withName: count211 { withName: count211 {
queue = '128GB,256GB,256GBv1,384GB' queue = '128GB,256GB,256GBv1,384GB'
} }
withName: count220 {
queue = '128GB,256GB,256GBv1,384GB'
}
withName: count302 { withName: count302 {
queue = '128GB,256GB,256GBv1,384GB' queue = '128GB,256GB,256GBv1,384GB'
} }
......
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