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

15 lines
413 B
Text
Raw Normal View History

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