Skip to content

Commit

Permalink
Adds cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpu committed Jul 16, 2021
1 parent 5e45715 commit a8dd717
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ params {
// values defined in conf/google.config
gls_copyImage = false
gls_sshImage = false

aws_batch_cli_path = '/home/ec2-user/miniconda/bin/aws'
aws_batch_fetch_instance_type = true
}

// Do not update the order because the values set in params scope will not be overwritten
Expand Down Expand Up @@ -79,3 +82,6 @@ manifest {
description = 'A stampede of processes at your fingertips'
mainScript = params.mainScript
}

aws.batch.cliPath = params.aws_batch_cli_path
aws.batch.fetchInstanceType = params.aws_batch_fetch_instance_type

0 comments on commit a8dd717

Please sign in to comment.