From c6717e76c58b93144994a07a4012690325773c4d Mon Sep 17 00:00:00 2001 From: cgpu <38183826+cgpu@users.noreply.github.com> Date: Tue, 16 Nov 2021 11:53:26 +0000 Subject: [PATCH] Update awsbatch.config --- conf/awsbatch.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/awsbatch.config b/conf/awsbatch.config index f69ffd8..d9bf8fe 100644 --- a/conf/awsbatch.config +++ b/conf/awsbatch.config @@ -4,6 +4,7 @@ params { aws_batch_cliPath = '~/miniconda/bin/aws' aws_batch_fetchInstanceType = true aws_batch_process_queue = "nf-batch-4" + aws_region = 'eu-west-1' aws_batch_docker_run_options = "--ulimit nofile=65535:65535 --ulimit nproc=65535 --user 0" } @@ -16,5 +17,6 @@ process { queue = params.aws_batch_process_queue } +aws.region = params.aws_region aws.batch.cliPath = params.aws_batch_cliPath aws.batch.fetchInstanceType = params.aws_batch_fetchInstanceType