diff --git a/.travis.yml b/.travis.yml index 79de276..c8db01c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ install: - mkdir -p ${TRAVIS_BUILD_DIR}/tests && cd ${TRAVIS_BUILD_DIR}/tests env: - - NXF_VER='18.10.1' # Specify a minimum NF version that should be tested and work. Set SCRATCH for prince.config. - - NXF_VER='' # Plus: get the latest NF version and check, that it works. Set SCRATCH for prince.config. + - NXF_VER='18.10.1' SCRATCH='~' # Specify a minimum NF version that should be tested and work. Set SCRATCH for prince.config. + - NXF_VER='' SCRATCH='~' # Plus: get the latest NF version and check, that it works. Set SCRATCH for prince.config. script: # Run the pipeline with the test profile and test remote config diff --git a/nfcore_custom.config b/nfcore_custom.config index 943429a..6d21f5d 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -18,6 +18,7 @@ profiles { ccga_dx { includeConfig "${params.custom_config_base}/conf/ccga_dx.config" } cfc { includeConfig "${params.custom_config_base}/conf/cfc.config" } crick { includeConfig "${params.custom_config_base}/conf/crick.config" } + czbiohub_aws { includeConfig "${params.custom_config_base}/conf/czbiohub_aws.config" } gis { includeConfig "${params.custom_config_base}/conf/gis.config" } hebbe { includeConfig "${params.custom_config_base}/conf/hebbe.config" } mendel { includeConfig "${params.custom_config_base}/conf/mendel.config" }