- Generated: 2026-01-16T10:24:29.834982671Z
- Nextflow version: 25.12.0-edge
- Summary: 31 errors, 158 warnings
-
Error:
conf/modules.config:179:21: Unexpected input: '{'saveAs: { filename -> filename.equals('versions.yml') ? null : filename } ^
-
Error:
main.nf:20:1: Module could not be parsed: '/home/runner/work/strict-syntax-health/strict-syntax-health/pipelines/multiplesequencealign/subworkflows/local/utils_nfcore_multiplesequencealign_pipeline/main.nf'include { PIPELINE_INITIALISATION } from './subworkflows/local/utils_nfcore_multiplesequencealign_pipeline' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -
Error:
main.nf:21:1: Module could not be parsed: '/home/runner/work/strict-syntax-health/strict-syntax-health/pipelines/multiplesequencealign/subworkflows/local/utils_nfcore_multiplesequencealign_pipeline/main.nf'include { PIPELINE_COMPLETION } from './subworkflows/local/utils_nfcore_multiplesequencealign_pipeline' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -
Error:
main.nf:64:5:PIPELINE_INITIALISATIONis not definedPIPELINE_INITIALISATION ( ^^^^^^^^^^^^^^^^^^^^^^^ -
Error:
main.nf:78:9:PIPELINE_INITIALISATIONis not definedPIPELINE_INITIALISATION.out.samplesheet, ^^^^^^^^^^^^^^^^^^^^^^^
-
Error:
main.nf:79:9:PIPELINE_INITIALISATIONis not definedPIPELINE_INITIALISATION.out.tools ^^^^^^^^^^^^^^^^^^^^^^^
-
Error:
main.nf:85:5:PIPELINE_COMPLETIONis not definedPIPELINE_COMPLETION ( ^^^^^^^^^^^^^^^^^^^ -
Error:
modules/nf-core/mafft/align/main.nf:29:9:addis already declareddef add = add ? "--add <(unpigz -cdf ${add})" : '' ^^^
-
Error:
modules/nf-core/mafft/align/main.nf:30:9:addfragmentsis already declareddef addfragments = addfragments ? "--addfragments <(unpigz -cdf ${addfragments})" : '' ^^^^^^^^^^^^
-
Error:
modules/nf-core/mafft/align/main.nf:31:9:addfullis already declareddef addfull = addfull ? "--addfull <(unpigz -cdf ${addfull})" : '' ^^^^^^^
-
Error:
modules/nf-core/mafft/align/main.nf:32:9:addprofileis already declareddef addprofile = addprofile ? "--addprofile <(unpigz -cdf ${addprofile})" : '' ^^^^^^^^^^
-
Error:
modules/nf-core/mafft/align/main.nf:33:9:addlongis already declareddef addlong = addlong ? "--addlong <(unpigz -cdf ${addlong})" : '' ^^^^^^^
-
Error:
modules/nf-core/mafft/align/main.nf:59:9:addis already declareddef add = add ? "--add ${add}" : '' ^^^
-
Error:
modules/nf-core/mafft/align/main.nf:60:9:addfragmentsis already declareddef addfragments = addfragments ? "--addfragments ${addfragments}" : '' ^^^^^^^^^^^^
-
Error:
modules/nf-core/mafft/align/main.nf:61:9:addfullis already declareddef addfull = addfull ? "--addfull ${addfull}" : '' ^^^^^^^
-
Error:
modules/nf-core/mafft/align/main.nf:62:9:addprofileis already declareddef addprofile = addprofile ? "--addprofile ${addprofile}" : '' ^^^^^^^^^^
-
Error:
modules/nf-core/mafft/align/main.nf:63:9:addlongis already declareddef addlong = addlong ? "--addlong ${addlong}" : '' ^^^^^^^
-
Error:
nextflow.config:341:1: Variable declarations cannot be mixed with config statementsdef co2_timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
Error:
nextflow.config:344:72:co2_timestampis not definedtraceFile = "${params.outdir}/pipeline_info/co2footprint_trace_${co2_timestamp}.txt" ^^^^^^^^^^^^^
-
Error:
nextflow.config:345:73:co2_timestampis not definedreportFile = "${params.outdir}/pipeline_info/co2footprint_report_${co2_timestamp}.html" ^^^^^^^^^^^^^
-
Error:
nextflow.config:346:74:co2_timestampis not definedsummaryFile = "${params.outdir}/pipeline_info/co2footprint_summary_${co2_timestamp}.txt" ^^^^^^^^^^^^^
-
Error:
nextflow.config:364:45:manifestis not defined\033[0;35m nf-core/multiplesequencealign ${manifest.version}\033[0m ^^^^^^^^
-
Error:
nextflow.config:367:26:manifestis not definedafterText = """${manifest.doi ? "\n* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} ^^^^^^^^
-
Error:
nextflow.config:367:69:manifestis not definedafterText = """${manifest.doi ? "\n* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} ^^^^^^^^
-
Error:
nextflow.config:367:186:manifestis not definedafterText = """${manifest.doi ? "\n* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} ^^^^^^^^
-
Error:
nextflow.config:376:22:validationis not definedbeforeText = validation.help.beforeText ^^^^^^^^^^
-
Error:
nextflow.config:377:21:validationis not definedafterText = validation.help.afterText ^^^^^^^^^^
-
Error:
subworkflows/local/utils_nfcore_multiplesequencealign_pipeline/main.nf:570:66: Unexpected input: '='def traceTrees = prepTrace(cleanTraceData, suffix_to_replace = "_GUIDETREE", subworkflow = "COMPUTE_TREES", keys) ^
-
Error:
workflows/multiplesequencealign.nf:10:1: Module could not be parsed: '/home/runner/work/strict-syntax-health/strict-syntax-health/pipelines/multiplesequencealign/subworkflows/local/utils_nfcore_multiplesequencealign_pipeline/main.nf'include { methodsDescriptionText } from '../subworkflows/local/utils_nfcore_multiplesequencealign_pipeline' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -
Error:
workflows/multiplesequencealign.nf:311:13: Variables in a closure should be declared withdefcontent = meta.keySet().collect{it}.join(",") ^^^^^^^
-
Error:
workflows/multiplesequencealign.nf:390:13:methodsDescriptionTextis not definedmethodsDescriptionText(ch_multiqc_custom_methods_description)) ^^^^^^^^^^^^^^^^^^^^^^
-
Warning:
modules/local/custom/calculate_gaps/main.nf:20:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/local/custom/calculate_seqstats/main.nf:22:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/local/custom/create_template/main.nf:20:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/local/custom/extract_plddt/main.nf:21:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/local/custom/parse_irmsd/main.nf:21:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/local/custom/parse_sim/main.nf:20:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/local/custom/prepare_multiqc/main.nf:21:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/local/custom/prepare_shiny/main.nf:23:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/local/custom/prepare_shiny/main.nf:24:5: Variable was declared but not usedprefix = task.ext.prefix ?: "${meta.id}" ^^^^^^
-
Warning:
modules/nf-core/clustalo/align/main.nf:60:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/clustalo/guidetree/main.nf:37:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/famsa/guidetree/main.nf:38:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/foldmason/createdb/main.nf:37:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/foldmason/easymsa/main.nf:52:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/foldmason/msa2lddtreport/main.nf:42:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/kalign/align/main.nf:59:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/learnmsa/align/main.nf:35:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/mafft/align/main.nf:57:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/mafft/align/main.nf:59:9: Variable was declared but not useddef add = add ? "--add ${add}" : '' ^^^
-
Warning:
modules/nf-core/mafft/align/main.nf:60:9: Variable was declared but not useddef addfragments = addfragments ? "--addfragments ${addfragments}" : '' ^^^^^^^^^^^^
-
Warning:
modules/nf-core/mafft/align/main.nf:61:9: Variable was declared but not useddef addfull = addfull ? "--addfull ${addfull}" : '' ^^^^^^^
-
Warning:
modules/nf-core/mafft/align/main.nf:62:9: Variable was declared but not useddef addprofile = addprofile ? "--addprofile ${addprofile}" : '' ^^^^^^^^^^
-
Warning:
modules/nf-core/mafft/align/main.nf:63:9: Variable was declared but not useddef addlong = addlong ? "--addlong ${addlong}" : '' ^^^^^^^
-
Warning:
modules/nf-core/mafft/guidetree/main.nf:42:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/magus/align/main.nf:47:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/mtmalign/align/main.nf:25:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/muscle5/super5/main.nf:52:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/pigz/compress/main.nf:35:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/pigz/uncompress/main.nf:39:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/tcoffee/alncompare/main.nf:58:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/tcoffee/extractfrompdb/main.nf:40:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/tcoffee/irmsd/main.nf:44:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/tcoffee/seqreformat/main.nf:38:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/tcoffee/tcs/main.nf:23:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/tcoffee/tcs/main.nf:63:9: Variable was declared but not useddef args = task.ext.args ?: '' ^^^^
-
Warning:
modules/nf-core/upp/align/main.nf:23:9: Variable was declared but not useddef tree_args = tree ? "-t $tree" : "" ^^^^^^^^^
-
Warning:
nextflow.config:367:129: Implicit closure parameter is deprecated, declare an explicit parameter insteadafterText = """${manifest.doi ? "\n* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:40:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_msa = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/ALIGN/main.nf:41:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/ALIGN/main.nf:81:13: Implicit closure parameter is deprecated, declare an explicit parameter insteadit[1] != null ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:92:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadclustalo: it[0]["aligner"] == "CLUSTALO" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:93:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadfamsa: it[0]["aligner"] == "FAMSA" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:94:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadkalign: it[0]["aligner"] == "KALIGN" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:95:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadlearnmsa: it[0]["aligner"] == "LEARNMSA" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:96:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadmafft: it[0]["aligner"] == "MAFFT" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:97:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadmagus: it[0]["aligner"] == "MAGUS" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:98:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadmuscle5: it[0]["aligner"] == "MUSCLE5" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:99:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadmtmalign: it[0]["aligner"] == "MTMALIGN" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:100:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadregressive: it[0]["aligner"] == "REGRESSIVE" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:101:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadtcoffee: it[0]["aligner"] == "TCOFFEE" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:102:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadtcoffee3d: it[0]["aligner"] == "3DCOFFEE" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:103:25: Implicit closure parameter is deprecated, declare an explicit parameter insteadupp: it[0]["aligner"] == "UPP" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:114:23: Implicit closure parameter is deprecated, declare an explicit parameter insteadmtmalign: it[0]["aligner"] == "MTMALIGN" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:127:13: Implicit closure parameter is deprecated, declare an explicit parameter insteadit.size() == 5 ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:134:24: Implicit closure parameter is deprecated, declare an explicit parameter insteadfoldmason: it[0]["aligner"] == "FOLDMASON" ^^
-
Warning:
subworkflows/local/ALIGN/main.nf:184:30: Parameter was not used -- prefix with_to suppress warningmeta, fastafile, treefile -> ^^^^^^^^ -
Warning:
subworkflows/local/ALIGN/main.nf:199:30: Parameter was not used -- prefix with_to suppress warningmeta, fastafile, treefile -> ^^^^^^^^ -
Warning:
subworkflows/local/ALIGN/main.nf:221:30: Parameter was not used -- prefix with_to suppress warningmeta, fastafile, treefile -> ^^^^^^^^ -
Warning:
subworkflows/local/ALIGN/main.nf:258:30: Parameter was not used -- prefix with_to suppress warningmeta, fastafile, treefile -> ^^^^^^^^ -
Warning:
subworkflows/local/ALIGN/main.nf:331:17: Parameter was not used -- prefix with_to suppress warningmerging_id, meta, fastafile, treefile, templatefile, datafiles -> ^^^^^^^^^^ -
Warning:
subworkflows/local/ALIGN/main.nf:352:23: Parameter was not used -- prefix with_to suppress warningmeta, template, dependency -> ^^^^^^^^ -
Warning:
subworkflows/local/ALIGN/main.nf:369:29: Parameter was not used -- prefix with_to suppress warningmeta, tree, template, dependency -> ^^^^^^^^ -
Warning:
subworkflows/local/ALIGN/main.nf:388:23: Implicit closure parameter is deprecated, declare an explicit parameter instead.filter { it[1].size() > 1 } ^^ -
Warning:
subworkflows/local/COMPUTE_TREES/main.nf:16:5: Parameter was not used -- prefix with_to suppress warningch_optional_data //channel: [ meta, template, [ /path/to/file1, /path/to/file2, ... ] ] ^^^^^^^^^^^^^^^^ -
Warning:
subworkflows/local/COMPUTE_TREES/main.nf:20:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/COMPUTE_TREES/main.nf:21:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_trees = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/COMPUTE_TREES/main.nf:33:23: Implicit closure parameter is deprecated, declare an explicit parameter insteadfamsa: it[0]["tree"] == "FAMSA" ^^
-
Warning:
subworkflows/local/COMPUTE_TREES/main.nf:34:23: Implicit closure parameter is deprecated, declare an explicit parameter insteadclustalo: it[0]["tree"] == "CLUSTALO" ^^
-
Warning:
subworkflows/local/COMPUTE_TREES/main.nf:35:23: Implicit closure parameter is deprecated, declare an explicit parameter insteadmafft: it[0]["tree"] == "MAFFT" ^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:28:23: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:29:23: The use ofChannelto access channel factories is deprecated -- usechannelinsteadsp_csv = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:30:23: The use ofChannelto access channel factories is deprecated -- usechannelinsteadtc_csv = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:31:23: The use ofChannelto access channel factories is deprecated -- usechannelinsteadirmsd_csv = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:32:23: The use ofChannelto access channel factories is deprecated -- usechannelinsteadtcs_csv = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:33:23: The use ofChannelto access channel factories is deprecated -- usechannelinsteadgaps_csv = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:34:23: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_eval_summary = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:66:17: Parameter was not used -- prefix with_to suppress warningmeta, csv -> csv ^^^^ -
Warning:
subworkflows/local/EVALUATE/main.nf:87:17: Parameter was not used -- prefix with_to suppress warningmeta, csv -> ^^^^ -
Warning:
subworkflows/local/EVALUATE/main.nf:114:17: Parameter was not used -- prefix with_to suppress warningmeta, csv -> ^^^^ -
Warning:
subworkflows/local/EVALUATE/main.nf:163:53: Parameter was not used -- prefix with_to suppress warningmeta, csv -> csv ^^^^ -
Warning:
subworkflows/local/EVALUATE/main.nf:169:9: Variable was declared but not usedversions = ch_versions.mix(CONCAT_IRMSD.out.versions) ^^^^^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:186:17: Parameter was not used -- prefix with_to suppress warningmeta, csv -> ^^^^ -
Warning:
subworkflows/local/EVALUATE/main.nf:206:31: Parameter was not used -- prefix with_to suppress warningsp = sp_csv.map { meta, csv -> csv } ^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:207:31: Parameter was not used -- prefix with_to suppress warningtc = tc_csv.map { meta, csv -> csv } ^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:208:31: Parameter was not used -- prefix with_to suppress warningirmsd = irmsd_csv.map { meta, csv -> csv } ^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:209:31: Parameter was not used -- prefix with_to suppress warninggaps = gaps_csv.map { meta, csv -> csv } ^^^^
-
Warning:
subworkflows/local/EVALUATE/main.nf:210:31: Parameter was not used -- prefix with_to suppress warningtcs = tcs_csv.map { meta, csv -> csv } ^^^^
-
Warning:
subworkflows/local/PREPROCESS/main.nf:10:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/PREPROCESS/main.nf:11:28: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_preprocessed_data = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/STATS/main.nf:20:24: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/STATS/main.nf:21:24: The use ofChannelto access channel factories is deprecated -- usechannelinsteadsim_csv = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/STATS/main.nf:22:24: The use ofChannelto access channel factories is deprecated -- usechannelinsteadseqstats_csv = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/STATS/main.nf:23:24: The use ofChannelto access channel factories is deprecated -- usechannelinsteadplddts_csv = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/STATS/main.nf:24:24: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_stats_summary = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/STATS/main.nf:39:17: Parameter was not used -- prefix with_to suppress warningmeta, csv -> ^^^^ -
Warning:
subworkflows/local/STATS/main.nf:70:17: Parameter was not used -- prefix with_to suppress warningmeta, csv -> ^^^^ -
Warning:
subworkflows/local/STATS/main.nf:99:17: Parameter was not used -- prefix with_to suppress warningmeta, csv -> csv ^^^^ -
Warning:
subworkflows/local/STATS/main.nf:121:35: Parameter was not used -- prefix with_to suppress warningsim = sim_csv.map { meta, csv -> csv } ^^^^
-
Warning:
subworkflows/local/STATS/main.nf:122:35: Parameter was not used -- prefix with_to suppress warningseqstats = seqstats_csv.map { meta, csv -> csv } ^^^^
-
Warning:
subworkflows/local/STATS/main.nf:123:35: Parameter was not used -- prefix with_to suppress warningplddts = plddts_csv.map { meta, csv -> csv } ^^^^
-
Warning:
subworkflows/local/STATS/main.nf:139:14: Implicit closure parameter is deprecated, declare an explicit parameter instead].count{ it == true } ^^
-
Warning:
subworkflows/local/TEMPLATES/main.nf:12:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/TEMPLATES/main.nf:17:23: Implicit closure parameter is deprecated, declare an explicit parameter insteadtemplate: it[2] != null ^^
-
Warning:
subworkflows/local/TEMPLATES/main.nf:26:36: Parameter was not used -- prefix with_to suppress warningmeta,optional_data,template -> ^^^^^^^^ -
Warning:
subworkflows/local/TEMPLATES/main.nf:35:18: Parameter was not used -- prefix with_to suppress warningmeta,optional_data,template -> ^^^^^^^^^^^^^ -
Warning:
subworkflows/local/VISUALIZATION/main.nf:13:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/VISUALIZATION/main.nf:14:19: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_html = Channel.empty() ^^^^^^^
-
Warning:
subworkflows/local/VISUALIZATION/main.nf:25:13: Implicit closure parameter is deprecated, declare an explicit parameter insteadit.size() == 4 ^^
-
Warning:
subworkflows/local/VISUALIZATION/main.nf:28:13: Parameter was not used -- prefix with_to suppress warningtree_meta, meta, msa, tree -> [ meta.subMap(["id"]), meta, msa, tree ] ^^^^^^^^^
-
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/multiplesequencealign.nf:63:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_multiqc_files = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:64:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_multiqc_report = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:65:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadevaluation_summary = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:66:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadstats_summary = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:67:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadstats_and_evaluation_summary = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:68:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_refs = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:69:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_templates = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:70:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_optional_data = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:71:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_versions = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:74:19: Implicit closure parameter is deprecated, declare an explicit parameter instead.filter { it[1].size() > 0} ^^ -
Warning:
workflows/multiplesequencealign.nf:76:26: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^ -
Warning:
workflows/multiplesequencealign.nf:76:31: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^ -
Warning:
workflows/multiplesequencealign.nf:76:36: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^^^^^^ -
Warning:
workflows/multiplesequencealign.nf:82:19: Implicit closure parameter is deprecated, declare an explicit parameter instead.filter { it[2].size() > 0} ^^ -
Warning:
workflows/multiplesequencealign.nf:84:19: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^^^ -
Warning:
workflows/multiplesequencealign.nf:84:31: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^ -
Warning:
workflows/multiplesequencealign.nf:84:36: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^^^^^^ -
Warning:
workflows/multiplesequencealign.nf:90:19: Implicit closure parameter is deprecated, declare an explicit parameter instead.filter { it[4].size() > 0} ^^ -
Warning:
workflows/multiplesequencealign.nf:92:19: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^^^ -
Warning:
workflows/multiplesequencealign.nf:92:26: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^ -
Warning:
workflows/multiplesequencealign.nf:92:31: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^ -
Warning:
workflows/multiplesequencealign.nf:119:24: The use ofChannelto access channel factories is deprecated -- usechannelinsteadpdbs_dir = Channel.fromPath(params.pdbs_dir) ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:124:24: Parameter was not used -- prefix with_to suppress warning.map { meta, dir -> [ file(dir).listFiles() ] } ^^^^ -
Warning:
workflows/multiplesequencealign.nf:132:42: The use ofChannelto access channel factories is deprecated -- usechannelinsteadoptional_data_to_be_mapped = Channel.fromPath(params.pdbs_dir+"/**") ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:158:24: Parameter was not used -- prefix with_to suppress warning.map { dep_id, dep, fasta_id -> [ fasta_id, dep ] } ^^^^^^ -
Warning:
workflows/multiplesequencealign.nf:168:23: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^^^ -
Warning:
workflows/multiplesequencealign.nf:168:30: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^ -
Warning:
workflows/multiplesequencealign.nf:168:40: Parameter was not used -- prefix with_to suppress warningmeta, fasta, ref, str, template -> ^^^^^^^^ -
Warning:
workflows/multiplesequencealign.nf:171:23: Implicit closure parameter is deprecated, declare an explicit parameter instead.filter { it[1].size() > 0 } ^^ -
Warning:
workflows/multiplesequencealign.nf:178:31: Implicit closure parameter is deprecated, declare an explicit parameter insteadcompressed: it[1].endsWith('.tar.gz') ^^
-
Warning:
workflows/multiplesequencealign.nf:202:13: Implicit closure parameter is deprecated, declare an explicit parameter insteadit[-1] == null ^^
-
Warning:
workflows/multiplesequencealign.nf:242:19: Implicit closure parameter is deprecated, declare an explicit parameter instead.filter { it[3]["aligner"] == "3DCOFFEE" } ^^ -
Warning:
workflows/multiplesequencealign.nf:249:33: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_optional_data_template = Channel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:263:13: Implicit closure parameter is deprecated, declare an explicit parameter insteadit[-1] == null ^^
-
Warning:
workflows/multiplesequencealign.nf:310:80: Parameter was not used -- prefix with_to suppress warningALIGN.out.msa.collectFile(keepHeader: true, skip: 1,sort: true){ meta, msa -> ^^^
-
Warning:
workflows/multiplesequencealign.nf:311:46: Implicit closure parameter is deprecated, declare an explicit parameter insteadcontent = meta.keySet().collect{it}.join(",") ^^
-
Warning:
workflows/multiplesequencealign.nf:313:46: Implicit closure parameter is deprecated, declare an explicit parameter insteadcontent += meta.values().collect{it}.join(",") ^^
-
Warning:
workflows/multiplesequencealign.nf:328:48: Parameter was not used -- prefix with_to suppress warningstats_summary_csv = stats_summary.map{ meta, csv -> csv } ^^^^
-
Warning:
workflows/multiplesequencealign.nf:329:53: Parameter was not used -- prefix with_to suppress warningeval_summary_csv = evaluation_summary.map{ meta, csv -> csv } ^^^^
-
Warning:
workflows/multiplesequencealign.nf:346:21: The use ofChannelto access channel factories is deprecated -- usechannelinsteadshiny_app = Channel.fromPath(params.shiny_app) ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:372:36: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_multiqc_config = Channel.fromPath( ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:375:13: The use ofChannelto access channel factories is deprecated -- usechannelinsteadChannel.fromPath(params.multiqc_config, checkIfExists: true) : ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:376:13: The use ofChannelto access channel factories is deprecated -- usechannelinsteadChannel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:378:13: The use ofChannelto access channel factories is deprecated -- usechannelinsteadChannel.fromPath(params.multiqc_logo, checkIfExists: true) : ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:379:13: The use ofChannelto access channel factories is deprecated -- usechannelinsteadChannel.empty() ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:383:49: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_workflow_summary = Channel.value(paramsSummaryMultiqc(summary_params)) ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:389:49: The use ofChannelto access channel factories is deprecated -- usechannelinsteadch_methods_description = Channel.value( ^^^^^^^
-
Warning:
workflows/multiplesequencealign.nf:401:112: Implicit closure parameter is deprecated, declare an explicit parameter insteadch_multiqc_files = ch_multiqc_files.mix(PREPARE_MULTIQC.out.multiqc_table.collect{it[1]}.ifEmpty([])) ^^