mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Aarrrgh pulling configs from master
This commit is contained in:
parent
a692ded933
commit
e0c684ee8f
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ process {
|
||||||
errorStrategy = 'ignore'
|
errorStrategy = 'ignore'
|
||||||
}
|
}
|
||||||
|
|
||||||
//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'
|
executor.awscli = '/home/ec2-user/miniconda/bin/aws'
|
||||||
|
|
|
@ -30,6 +30,7 @@ profiles {
|
||||||
shh { includeConfig "${params.custom_config_base}/conf/shh.config" }
|
shh { includeConfig "${params.custom_config_base}/conf/shh.config" }
|
||||||
uct_hex { includeConfig "${params.custom_config_base}/conf/uct_hex.config" }
|
uct_hex { includeConfig "${params.custom_config_base}/conf/uct_hex.config" }
|
||||||
uppmax { includeConfig "${params.custom_config_base}/conf/uppmax.config" }
|
uppmax { includeConfig "${params.custom_config_base}/conf/uppmax.config" }
|
||||||
|
uppmax_devel { includeConfig "${params.custom_config_base}/conf/uppmax.config"; includeConfig "${params.custom_config_base}/conf/uppmax_devel.config" }
|
||||||
uzh { includeConfig "${params.custom_config_base}/conf/uzh.config" }
|
uzh { includeConfig "${params.custom_config_base}/conf/uzh.config" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue