1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +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
params {
awsqueue = ''
awsregion = ''
awsqueue = false
awsregion = 'eu-west-1'
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
config_profile_description = 'AWSBATCH Cloud Profile'
config_profile_name = 'AWSBATCH'
@ -13,4 +13,4 @@ params {
aws.region = params.awsregion
process.executor = 'awsbatch'
process.queue = params.awsqueue
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
executor.awscli = '/home/ec2-user/miniconda/bin/aws'