mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +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'
|
||||
|
|
Loading…
Reference in a new issue