- Generated: 2026-03-24T10:47:30.998869611Z
- Nextflow version: 26.03.0-edge
- Summary: 8 warnings
-
Warning:
subworkflows/local/utils_nfcore_tollongc_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_tollongc_pipeline/main.nf:34:5: Parameter was not used -- prefix with_to suppress warninginput // string: Path to input samplesheet ^^^^^ -
Warning:
subworkflows/local/utils_nfcore_tollongc_pipeline/main.nf:38:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/utils_nfcore_tollongc_pipeline/main.nf:70: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/tollongc.nf:19:5: Parameter was not used -- prefix with_to suppress warningch_samplesheet // channel: samplesheet read in from --input ^^^^^^^^^^^^^^ -
Warning:
workflows/tollongc.nf:22:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
workflows/tollongc.nf:33:17: Variable was declared but not used).set { ch_collated_versions } ^^^^^^^^^^^^^^^^^^^^