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:
parent
75c1fd5cd9
commit
1ce8ce0c55
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue