1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Removes test config

This commit is contained in:
Sven Fillinger 2019-03-08 10:37:27 +01:00
parent 4d43077ddf
commit 1dc523d726
3 changed files with 1 additions and 3 deletions

View file

@ -26,4 +26,4 @@ env:
script:
# Run the pipeline with the test profile and test remote config
- nextflow run nf-core/hlatyping -r dev --custom_config_base ${TRAVIS_BUILD_DIR} -profile test_configs,test,docker
- nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile

View file

@ -1 +0,0 @@
// Empty config for integration test purposes.

View file

@ -22,7 +22,6 @@ profiles {
munin { includeConfig "${params.custom_config_base}/conf/munin.config" }
phoenix { includeConfig "${params.custom_config_base}/conf/phoenix.config" }
shh { includeConfig "${params.custom_config_base}/conf/shh.config" }
test_configs { includeConfig "${params.custom_config_base}/conf/test_configs.config"}
uct_hex { includeConfig "${params.custom_config_base}/conf/uct_hex.config" }
uppmax_devel { includeConfig "${params.custom_config_base}/conf/uppmax.config"
includeConfig "${params.custom_config_base}/conf/uppmax-devel.config"