- Generated: 2026-01-16T10:25:23.970139803Z
- Nextflow version: 25.12.0-edge
- Summary: 6 errors, 16 warnings
-
Error:
nextflow.config:270:35:manifestis not defined\033[0;35m nf-core/panoramaseq ${manifest.version}\033[0m ^^^^^^^^
-
Error:
nextflow.config:273:26:manifestis not definedafterText = """${manifest.doi ? "\n* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} ^^^^^^^^
-
Error:
nextflow.config:273:69:manifestis not definedafterText = """${manifest.doi ? "\n* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} ^^^^^^^^
-
Error:
nextflow.config:273:186:manifestis not definedafterText = """${manifest.doi ? "\n* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} ^^^^^^^^
-
Error:
nextflow.config:282:22:validationis not definedbeforeText = validation.help.beforeText ^^^^^^^^^^
-
Error:
nextflow.config:283:21:validationis not definedafterText = validation.help.afterText ^^^^^^^^^^
-
Warning:
nextflow.config:273:129: Implicit closure parameter is deprecated, declare an explicit parameter insteadafterText = """${manifest.doi ? "\n* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} ^^
-
Warning:
subworkflows/local/utils_nfcore_panoramaseq_pipeline/main.nf:31:5: Parameter was not used -- prefix with_to suppress warningmonochrome_logs // boolean: Do not use coloured log outputs ^^^^^^^^^^^^^^^ -
Warning:
subworkflows/local/utils_nfcore_panoramaseq_pipeline/main.nf:34:5: Parameter was not used -- prefix with_to suppress warninginput // string: Path to input samplesheet ^^^^^ -
Warning:
subworkflows/local/utils_nfcore_panoramaseq_pipeline/main.nf:38:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/utils_nfcore_panoramaseq_pipeline/main.nf:75:5: The use ofChannelto access channel factories is deprecated -- usechannelinsteadChannel ^^^^^^^ -
Warning:
subworkflows/nf-core/utils_nfcore_pipeline/main.nf:101:98: The use ofChannelto access channel factories is deprecated -- usechannelinsteadreturn ch_versions.unique().map { version -> processVersionsFromYAML(version) }.unique().mix(Channel.of(workflowVersionToYAML())) ^^^^^^^
-
Warning:
workflows/panoramaseq.nf:25:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
workflows/panoramaseq.nf:26:24: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_multiqc_files = Channel.empty() ^^^^^^^
-
Warning:
workflows/panoramaseq.nf:33:68: Implicit closure parameter is deprecated, declare an explicit parameter insteadch_multiqc_files = ch_multiqc_files.mix(FASTQC.out.zip.collect{it[1]}) ^^
-
Warning:
workflows/panoramaseq.nf:51:32: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_multiqc_config = Channel.fromPath( ^^^^^^^
-
Warning:
workflows/panoramaseq.nf:54:9: The use ofChannelto access channel factories is deprecated -- usechannelinsteadChannel.fromPath(params.multiqc_config, checkIfExists: true) : ^^^^^^^
-
Warning:
workflows/panoramaseq.nf:55:9: The use ofChannelto access channel factories is deprecated -- usechannelinsteadChannel.empty() ^^^^^^^
-
Warning:
workflows/panoramaseq.nf:57:9: The use ofChannelto access channel factories is deprecated -- usechannelinsteadChannel.fromPath(params.multiqc_logo, checkIfExists: true) : ^^^^^^^
-
Warning:
workflows/panoramaseq.nf:58:9: The use ofChannelto access channel factories is deprecated -- usechannelinsteadChannel.empty() ^^^^^^^
-
Warning:
workflows/panoramaseq.nf:62:27: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_workflow_summary = Channel.value(paramsSummaryMultiqc(summary_params)) ^^^^^^^
-
Warning:
workflows/panoramaseq.nf:68:45: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_methods_description = Channel.value( ^^^^^^^