1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-25 09:19:56 +00:00

Apply suggestions from code review

This commit is contained in:
Maxime Garcia 2019-11-26 11:00:24 +01:00 committed by GitHub
parent 75c1fd5cd9
commit 1ce8ce0c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
//Nextflow config file for running on AWS batch //Nextflow config file for running on AWS batch
params { params {
awsqueue = '' awsqueue = false
awsregion = '' awsregion = 'eu-west-1'
config_profile_contact = 'Alexander Peltzer (@apeltzer)' config_profile_contact = 'Alexander Peltzer (@apeltzer)'
config_profile_description = 'AWSBATCH Cloud Profile' config_profile_description = 'AWSBATCH Cloud Profile'
config_profile_name = 'AWSBATCH' config_profile_name = 'AWSBATCH'
@ -13,4 +13,4 @@ params {
aws.region = params.awsregion aws.region = params.awsregion
process.executor = 'awsbatch' process.executor = 'awsbatch'
process.queue = params.awsqueue process.queue = params.awsqueue
executor.awscli = '/home/ec2-user/miniconda/bin/aws' executor.awscli = '/home/ec2-user/miniconda/bin/aws'