mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Merge branch 'master' of https://github.com/apeltzer/configs
This commit is contained in:
commit
cfc30418b2
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
//Nextflow config file for running on AWS batch
|
//Nextflow config file for running on AWS batch
|
||||||
|
|
||||||
params {
|
params {
|
||||||
config_profile_name = 'AWSBATCH'
|
awsqueue = false
|
||||||
config_profile_description = 'AWSBATCH Cloud Profile'
|
|
||||||
config_profile_contact = 'Alexander Peltzer (@apeltzer)'
|
|
||||||
config_profile_url = 'https://aws.amazon.com/batch/'
|
|
||||||
awsregion = 'eu-west-1'
|
awsregion = 'eu-west-1'
|
||||||
awsqueue = 'test'
|
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 = './'
|
tracedir = './'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue