- Generated: 2026-06-12T00:47:41.906038836Z
- Nextflow version: 26.04.3
- Summary: 4 warnings
-
Warning:
subworkflows/local/utils_nfcore_references_pipeline/main.nf:168:5: Emit name should be omitted when there is only one emitreferences = references ^^^^^^^^^^^^^^^^^^^^^ -
Warning:
subworkflows/local/utils_references/main.nf:28:5: Variable was declared but not usedreferences_file = get_references_file(references, param_file, attribute_file) ^^^^^^^^^^^^^^^ -
Warning:
subworkflows/local/utils_references/main.nf:29:5: Variable was declared but not usedreferences_value = get_references_value(references, param_value, attribute_value) ^^^^^^^^^^^^^^^^ -
Warning:
workflows/references.nf:101:5: Emit name should be omitted when there is only one emitreferences = references // channel: [meta, *] ^^^^^^^^^^^^^^^^^^^^^