mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Shift some configs to params scope
This commit is contained in:
parent
3d7f5436b1
commit
b60fa8109e
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ params {
|
|||
config_profile_description = 'AWSBATCH Cloud Profile'
|
||||
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
||||
config_profile_url = 'https://aws.amazon.com/batch/'
|
||||
awsregion = 'eu-west-1'
|
||||
awsqueue = 'test'
|
||||
tracedir = './'
|
||||
}
|
||||
|
||||
aws.region = params.awsregion
|
||||
process.executor = 'awsbatch'
|
||||
process.queue = params.awsqueue
|
||||
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
|
||||
params.tracedir = './'
|
Loading…
Reference in a new issue