From b60fa8109ebe9a4742c4c74d86ce30ec77b44381 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Tue, 26 Nov 2019 00:57:10 +0100 Subject: [PATCH] Shift some configs to params scope --- conf/awsbatch.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/awsbatch.config b/conf/awsbatch.config index 978da56..9eceb13 100644 --- a/conf/awsbatch.config +++ b/conf/awsbatch.config @@ -5,10 +5,10 @@ params { config_profile_description = 'AWSBATCH Cloud Profile' config_profile_contact = 'Alexander Peltzer (@apeltzer)' config_profile_url = 'https://aws.amazon.com/batch/' + awsregion = 'eu-west-1' + awsqueue = 'test' + tracedir = './' } -aws.region = params.awsregion process.executor = 'awsbatch' -process.queue = params.awsqueue executor.awscli = '/home/ec2-user/miniconda/bin/aws' -params.tracedir = './' \ No newline at end of file