mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #98 from nf-core/olgabot-patch-1
Set awsqueue parameter properly
This commit is contained in:
commit
fd68a2fbfb
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ params {
|
||||||
|
|
||||||
// AWS configurations
|
// AWS configurations
|
||||||
awsregion = "us-west-2"
|
awsregion = "us-west-2"
|
||||||
awsqueue = "nextflow"
|
awsqueue = 'default-971039e0-830c-11e9-9e0b-02c5b84a8036'
|
||||||
|
|
||||||
igenomes_ignore = true
|
igenomes_ignore = true
|
||||||
igenomesIgnore = true //deprecated
|
igenomesIgnore = true //deprecated
|
||||||
|
|
Loading…
Reference in a new issue