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