mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Merge pull request #243 from nf-core/olgabot-patch-1
executor.cli --> aws.batch.cliPath
This commit is contained in:
commit
2ac4693421
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ process {
|
||||||
workDir = "s3://czb-nextflow/intermediates/"
|
workDir = "s3://czb-nextflow/intermediates/"
|
||||||
|
|
||||||
aws.region = 'us-west-2'
|
aws.region = 'us-west-2'
|
||||||
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
|
aws.batch.cliPath = '/home/ec2-user/miniconda/bin/aws'
|
||||||
params.tracedir = './'
|
params.tracedir = './'
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue