1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Aarrrgh pulling configs from master

This commit is contained in:
drpatelh 2019-07-31 23:39:42 +01:00
parent a692ded933
commit e0c684ee8f
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ process {
errorStrategy = 'ignore'
}
//workDir = "s3://czb-nextflow/intermediates/"
workDir = "s3://czb-nextflow/intermediates/"
aws.region = 'us-west-2'
executor.awscli = '/home/ec2-user/miniconda/bin/aws'

View file

@ -30,6 +30,7 @@ profiles {
shh { includeConfig "${params.custom_config_base}/conf/shh.config" }
uct_hex { includeConfig "${params.custom_config_base}/conf/uct_hex.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" }
}