Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1017 Bytes

File metadata and controls

35 lines (25 loc) · 1017 Bytes

Nextflow lint results

  • Generated: 2026-06-12T00:47:41.906038836Z
  • Nextflow version: 26.04.3
  • Summary: 4 warnings

⚠️ Warnings

  • Warning: subworkflows/local/utils_nfcore_references_pipeline/main.nf:168:5: Emit name should be omitted when there is only one emit

        references = references
        ^^^^^^^^^^^^^^^^^^^^^
  • Warning: subworkflows/local/utils_references/main.nf:28:5: Variable was declared but not used

        references_file = get_references_file(references, param_file, attribute_file)
        ^^^^^^^^^^^^^^^
  • Warning: subworkflows/local/utils_references/main.nf:29:5: Variable was declared but not used

        references_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 emit

        references = references // channel: [meta, *]
        ^^^^^^^^^^^^^^^^^^^^^