1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00

Update eager.config

This commit is contained in:
James A. Fellows Yates 2021-02-14 18:05:06 +01:00 committed by GitHub
parent 5bfb9510c7
commit 4339e5872c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,5 +11,5 @@
profiles { profiles {
shh { includeConfig "${params.custom_config_base}/conf/pipeline/eager/shh.config" } shh { includeConfig "${params.custom_config_base}/conf/pipeline/eager/shh.config" }
mpcdf { includeConfig "${params.custom_config_base}/conf/pipeline/eager/mpcdf.config" } mpcdf { includeConfig "${params.custom_config_base}/conf/pipeline/eager/mpcdf.config" }
eva { includeConfig "${params.custom_config_base}/conf/pipeline/eager/eva.config" }
} }