diff --git a/workflow/configs/aws.config b/workflow/configs/aws.config index 4a3fe56ba5511fce8824b4b78368eebc0ea6f7ff..3fd7dc519c6c89e8acafcb952f1046e445fd49dc 100644 --- a/workflow/configs/aws.config +++ b/workflow/configs/aws.config @@ -28,6 +28,14 @@ process { cpus = 2 memory = '30 GB' } + withName: count400 { + cpus = 2 + memory = '30 GB' + } + withName: downstreamViz { + cpus = 2 + memory = '1 GB' + } withName: versions { cpus = 3 memory = '1 GB' @@ -36,8 +44,4 @@ process { cpus = 1 memory = '1 GB' } - withName: downstreamViz { - cpus = 1 - memory = '1 GB' - } } diff --git a/workflow/configs/cluster.config b/workflow/configs/cluster.config index fe737346b0ec72fef7e1c41da7256710592a6801..d1f5293dd68aad0f2ceb3380c2aa4e05566de0e5 100644 --- a/workflow/configs/cluster.config +++ b/workflow/configs/cluster.config @@ -12,9 +12,6 @@ process { withName: count211 { queue = '128GB,256GB,256GBv1,384GB' } - withName: count220 { - queue = '128GB,256GB,256GBv1,384GB' - } withName: count302 { queue = '128GB,256GB,256GBv1,384GB' }