mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Get czbiohub config to work
This commit is contained in:
parent
9c0315addb
commit
3a481402b8
1 changed files with 7 additions and 1 deletions
|
@ -20,8 +20,15 @@ docker {
|
|||
|
||||
process {
|
||||
executor = 'awsbatch'
|
||||
queue = 'nextflow'
|
||||
}
|
||||
|
||||
workDir = "s3://czb-nextflow/work"
|
||||
|
||||
aws.region = 'us-west-2'
|
||||
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
|
||||
params.tracedir = './'
|
||||
|
||||
params {
|
||||
saveReference = true
|
||||
|
||||
|
@ -42,7 +49,6 @@ params {
|
|||
// AWS configurations
|
||||
awsregion = "us-west-2"
|
||||
awsqueue = "nextflow"
|
||||
workDir = "s3://czb-nextflow/rnaseq/"
|
||||
|
||||
// GENCODE GTF and fasta files
|
||||
genomes {
|
Loading…
Reference in a new issue