2019-10-10 13:33:06 +00:00
|
|
|
//Nextflow config file for running on AWS batch
|
|
|
|
|
|
|
|
params {
|
2019-11-26 10:00:24 +00:00
|
|
|
awsqueue = false
|
|
|
|
awsregion = 'eu-west-1'
|
2019-10-10 13:33:06 +00:00
|
|
|
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
2019-11-26 09:43:23 +00:00
|
|
|
config_profile_description = 'AWSBATCH Cloud Profile'
|
|
|
|
config_profile_name = 'AWSBATCH'
|
2019-10-10 13:33:06 +00:00
|
|
|
config_profile_url = 'https://aws.amazon.com/batch/'
|
2019-11-25 23:57:10 +00:00
|
|
|
tracedir = './'
|
2019-10-10 13:33:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
process.executor = 'awsbatch'
|
|
|
|
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
|