- Generated: 2026-06-16T20:35:35.375786794Z
- Nextflow version: 26.04.3
- Summary: 6 warnings
-
Warning:
subworkflows/nf-core/utils_nextflow_pipeline/main.nf:43:5: Emit name should be omitted when there is only one emitdummy_emit = true ^^^^^^^^^^^^^^^
-
Warning:
subworkflows/nf-core/utils_nfcore_pipeline/main.nf:20:5: Emit name should be omitted when there is only one emitvalid_config = valid_config ^^^^^^^^^^^^^^^^^^^^^^^^^ -
Warning:
subworkflows/nf-core/utils_nfschema_plugin/main.nf:72:5: Emit name should be omitted when there is only one emitdummy_emit = true ^^^^^^^^^^^^^^^
-
Warning:
workflows/provenancereport.nf:19:5: Parameter was not used -- prefix with_to suppress warningch_samplesheet // channel: samplesheet read in from --input ^^^^^^^^^^^^^^ -
Warning:
workflows/provenancereport.nf:46:9: Variable was declared but not useddef ch_collated_versions = softwareVersionsToYAML(ch_versions.mix(topic_versions.versions_file)) ^^^^^^^^^^^^^^^^^^^^
-
Warning:
workflows/provenancereport.nf:55:5: Emit name should be omitted when there is only one emitversions = ch_versions // channel: [ path(versions.yml) ] ^^^^^^^^^^^^^^^^^^^^