mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Merge pull request #89 from MaxUlysse/AWSBATCH
Fix issues with awsbatch profile
This commit is contained in:
commit
00db62416f
1 changed files with 5 additions and 3 deletions
|
@ -1,14 +1,16 @@
|
|||
//Nextflow config file for running on AWS batch
|
||||
|
||||
params {
|
||||
config_profile_name = 'AWSBATCH'
|
||||
config_profile_description = 'AWSBATCH Cloud Profile'
|
||||
awsqueue = false
|
||||
awsregion = 'eu-west-1'
|
||||
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
||||
config_profile_description = 'AWSBATCH Cloud Profile'
|
||||
config_profile_name = 'AWSBATCH'
|
||||
config_profile_url = 'https://aws.amazon.com/batch/'
|
||||
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