1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 16:29:55 +00:00

Shift some configs to params scope

This commit is contained in:
Alexander Peltzer 2019-11-26 00:57:10 +01:00
parent 3d7f5436b1
commit b60fa8109e
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -5,10 +5,10 @@ params {
config_profile_description = 'AWSBATCH Cloud Profile' config_profile_description = 'AWSBATCH Cloud Profile'
config_profile_contact = 'Alexander Peltzer (@apeltzer)' config_profile_contact = 'Alexander Peltzer (@apeltzer)'
config_profile_url = 'https://aws.amazon.com/batch/' config_profile_url = 'https://aws.amazon.com/batch/'
awsregion = 'eu-west-1'
awsqueue = 'test'
tracedir = './'
} }
aws.region = params.awsregion
process.executor = 'awsbatch' process.executor = 'awsbatch'
process.queue = params.awsqueue
executor.awscli = '/home/ec2-user/miniconda/bin/aws' executor.awscli = '/home/ec2-user/miniconda/bin/aws'
params.tracedir = './'