mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +00:00
Update config
This commit is contained in:
parent
d36172d4cf
commit
65c5668568
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
||||||
//Nextflow config file for running on AWS batch
|
//Nextflow config file for running on AWS batch
|
||||||
|
|
||||||
params {
|
params {
|
||||||
awsqueue = false
|
|
||||||
awsregion = 'eu-west-1'
|
|
||||||
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
|
||||||
config_profile_description = 'AWSBATCH Cloud Profile'
|
config_profile_description = 'AWSBATCH Cloud Profile'
|
||||||
config_profile_name = 'AWSBATCH'
|
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
||||||
config_profile_url = 'https://aws.amazon.com/batch/'
|
config_profile_url = 'https://aws.amazon.com/de/batch/'
|
||||||
|
|
||||||
tracedir = './'
|
tracedir = './'
|
||||||
}
|
}
|
||||||
|
|
||||||
process.executor = 'awsbatch'
|
process.executor = 'awsbatch'
|
||||||
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
|
process.queue = params.awsqueue
|
||||||
|
aws.region = params.awsregion
|
||||||
|
executor.awscli = params.awscli
|
||||||
|
|
Loading…
Reference in a new issue