diff --git a/conf/awsbatch.config b/conf/awsbatch.config index 9eceb13..18c8600 100644 --- a/conf/awsbatch.config +++ b/conf/awsbatch.config @@ -1,12 +1,12 @@ //Nextflow config file for running on AWS batch params { - config_profile_name = 'AWSBATCH' - config_profile_description = 'AWSBATCH Cloud Profile' - config_profile_contact = 'Alexander Peltzer (@apeltzer)' - config_profile_url = 'https://aws.amazon.com/batch/' + awsqueue = false awsregion = 'eu-west-1' - awsqueue = 'test' + 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 = './' }