1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00
nf-configs/conf/awsbatch.config

15 lines
377 B
Text
Raw Normal View History

2019-10-10 13:33:06 +00:00
//Nextflow config file for running on AWS batch
params {
2019-11-26 09:43:23 +00:00
config_profile_description = 'AWSBATCH Cloud Profile'
2019-12-12 13:02:44 +00:00
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
config_profile_url = 'https://aws.amazon.com/de/batch/'
2019-11-25 23:57:10 +00:00
tracedir = './'
2019-10-10 13:33:06 +00:00
}
process.executor = 'awsbatch'
2019-12-12 13:02:44 +00:00
process.queue = params.awsqueue
aws.region = params.awsregion
executor.awscli = params.awscli