Skip to content
Snippets Groups Projects
Commit 35aaa9d1 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Downgrade alignData for dnanexus and aws

parent aa884fb9
Branches
Tags
2 merge requests!76Develop,!75Env.ci
Pipeline #9618 passed with warnings with stages
in 56 minutes and 6 seconds
......@@ -60,8 +60,8 @@ process {
memory = '1 GB'
}
withName:alignData {
cpus = 32
memory = '64 GB'
cpus = 16
memory = '32 GB'
}
withName:dedupData {
cpus = 16
......
......@@ -75,8 +75,8 @@ process {
}
withName:alignData {
machineType = 'mem3_ssd1_v2_x32'
cpus = 32
memory = '64 GB'
cpus = 16
memory = '32 GB'
}
withName:dedupData {
machineType = 'mem1_ssd1_v2_x16'
......
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