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:
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
|
//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'
|
||||||
|
|
Loading…
Reference in a new issue