File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ lint :
2+ base_config : false
3+ files_exist : false
4+ files_unchanged : false
5+ modules_config : false
6+ multiqc_config : false
7+ nextflow_config :
8+ - custom_config
9+ - manifest.homePage
10+ - manifest.name
11+ - process.cpus
12+ - process.memory
13+ - process.time
14+ pipeline_name_conventions : false
15+ schema_lint : false
16+ template_strings :
17+ - bin/benchmark_report_template.html
18+ - assets/AGENTS.md
19+ nf_test_content :
20+ - tests/nextflow.config
21+ nf_core_version : 3.3.1
22+ repository_type : pipeline
23+ template :
24+ author : SciDev Team
25+ description : Pipeline to aggregate pertinent metrics across pipeline runs on the Seqera Platform.
26+ force : false
27+ is_nfcore : false
28+ name : nf-aggregate
29+ org : seqeralabs
30+ outdir : .
31+ skip_features :
32+ - ci
33+ - igenomes
34+ - nf_core_configs
35+ version : 0.7.0
Original file line number Diff line number Diff line change 77testing *
88* .pyc
99bin /
10+ ** /AGENTS.md
11+ docs /DESIGN.md
12+ renovate.json
13+ workflows /nf_aggregate /assets /log_dirs /
Original file line number Diff line number Diff line change 1313~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1414*/
1515
16- include { NF_AGGREGATE } from ' ./workflows/nf_aggregate'
17- include {
18- checkCondaChannels ;
19- dumpParametersToJSON ;
20- getWorkflowVersion
21- } from ' plugin/nf-core-utils'
22- include {
23- paramsSummaryLog ;
24- samplesheetToList ;
25- validateParameters
26- } from ' plugin/nf-schema'
16+ include { NF_AGGREGATE } from ' ./workflows/nf_aggregate'
17+ include { checkCondaChannels; dumpParametersToJSON; getWorkflowVersion } from ' plugin/nf-core-utils'
18+ include { paramsSummaryLog; samplesheetToList; validateParameters } from ' plugin/nf-schema'
2719
2820/*
2921~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "baseBranches" : [" dev" ]
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "baseBranches" : [" dev" ]
44}
Original file line number Diff line number Diff line change @@ -32,8 +32,10 @@ workflow NF_AGGREGATE {
3232 if (! params. generate_benchmark_report) {
3333 ch_split. api. count(). subscribe { n ->
3434 if (n > 0 ) {
35- log. warn " Found ${ n} API run(s) but --generate_benchmark_report is not enabled. " +
36- " API runs will not produce any output. Enable --generate_benchmark_report to process them."
35+ log. warn(
36+ " Found ${ n} API run(s) but --generate_benchmark_report is not enabled. " +
37+ " API runs will not produce any output. Enable --generate_benchmark_report to process them."
38+ )
3739 }
3840 }
3941 }
You can’t perform that action at this time.
0 commit comments