diff --git a/conf/awsbatch.config b/conf/awsbatch.config index 978da56..89319c5 100644 --- a/conf/awsbatch.config +++ b/conf/awsbatch.config @@ -1,14 +1,16 @@ //Nextflow config file for running on AWS batch params { - config_profile_name = 'AWSBATCH' - config_profile_description = 'AWSBATCH Cloud Profile' + awsqueue = '' + awsregion = '' config_profile_contact = 'Alexander Peltzer (@apeltzer)' + config_profile_description = 'AWSBATCH Cloud Profile' + config_profile_name = 'AWSBATCH' config_profile_url = 'https://aws.amazon.com/batch/' + 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 +executor.awscli = '/home/ec2-user/miniconda/bin/aws' \ No newline at end of file