mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 09:19:56 +00:00
Removes test config
This commit is contained in:
parent
4d43077ddf
commit
1dc523d726
3 changed files with 1 additions and 3 deletions
|
@ -26,4 +26,4 @@ env:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Run the pipeline with the test profile and test remote config
|
# 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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
// Empty config for integration test purposes.
|
|
|
@ -22,7 +22,6 @@ profiles {
|
||||||
munin { includeConfig "${params.custom_config_base}/conf/munin.config" }
|
munin { includeConfig "${params.custom_config_base}/conf/munin.config" }
|
||||||
phoenix { includeConfig "${params.custom_config_base}/conf/phoenix.config" }
|
phoenix { includeConfig "${params.custom_config_base}/conf/phoenix.config" }
|
||||||
shh { includeConfig "${params.custom_config_base}/conf/shh.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" }
|
uct_hex { includeConfig "${params.custom_config_base}/conf/uct_hex.config" }
|
||||||
uppmax_devel { 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"
|
includeConfig "${params.custom_config_base}/conf/uppmax-devel.config"
|
||||||
|
|
Loading…
Reference in a new issue