mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 21:23:08 +00:00
Merge pull request #80 from nf-core/activate-pipeline-specific-profiles
Activate institutional specific profiles
This commit is contained in:
commit
63d9cbbdfd
1 changed files with 5 additions and 5 deletions
|
@ -130,11 +130,11 @@ try {
|
|||
|
||||
// Load nf-core/taxprofiler custom profiles from different institutions.
|
||||
// Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs!
|
||||
// try {
|
||||
// includeConfig "${params.custom_config_base}/pipeline/taxprofiler.config"
|
||||
// } catch (Exception e) {
|
||||
// System.err.println("WARNING: Could not load nf-core/config/taxprofiler profiles: ${params.custom_config_base}/pipeline/taxprofiler.config")
|
||||
// }
|
||||
try {
|
||||
includeConfig "${params.custom_config_base}/pipeline/taxprofiler.config"
|
||||
} catch (Exception e) {
|
||||
System.err.println("WARNING: Could not load nf-core/config/taxprofiler profiles: ${params.custom_config_base}/pipeline/taxprofiler.config")
|
||||
}
|
||||
|
||||
|
||||
profiles {
|
||||
|
|
Loading…
Reference in a new issue