- Generated: 2026-03-17T00:23:40.307802209Z
- Nextflow version: 26.02.0-edge
- Summary: 7 warnings
-
Warning:
modules/nf-core/plink/gwas/main.nf:33:9: Variable was declared but not useddef outmeta = "" ^^^^^^^
-
Warning:
modules/nf-core/plink/gwas/main.nf:64:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/plink/gwas/main.nf:69:9: Variable was declared but not useddef outmeta = "" ^^^^^^^
-
Warning:
modules/nf-core/plink/vcf/main.nf:44:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
subworkflows/local/utils_nfcore_gwas_pipeline/main.nf:32:5: Parameter was not used -- prefix with_to suppress warningmonochrome_logs // boolean: Do not use coloured log outputs ^^^^^^^^^^^^^^^ -
Warning:
subworkflows/local/utils_nfcore_gwas_pipeline/main.nf:35:5: Parameter was not used -- prefix with_to suppress warninginput // string: Path to input samplesheet ^^^^^ -
Warning:
workflows/gwas.nf:67:26: The use ofChannelto access channel factories is deprecated -- usechannelinsteaddef topic_versions = Channel.topic("versions") ^^^^^^^