Skip to content

wrong error when forgetting comma #3185

@emosyne

Description

@emosyne

Bug report

Expected behavior and actual behavior

When forgetting a comma in the input section:

process PLINK_ASSOC_GLM {

    input: 
    tuple path(bedfile), path(bimfile), path(famfile), path(covar) path(EP_list_hg19)
                                                                  ^
}

The script throws the wrong error:

Process 'PLINK_ASSOC_GLM' has been already used -- 
If you need to reuse the same component include it with a different name
or include in a different workflow context

Instead of the error: you forgot a comma

Program output

Log attached
log.txt

Environment

in log file

  Version: 22.04.5 build 5708
  Created: 15-07-2022 16:09 UTC (18:09 CEST)
  System: Linux 4.19.0-21-amd64
  Runtime: Groovy 3.0.10 on OpenJDK 64-Bit Server VM 11.0.16+8-post-Debian-1deb10u1
  Encoding: UTF-8 (ISO-8859-1)
  Process: [email protected] [145.101.32.96]
  CPUs: 16 - Mem: 16 GB (15.2 GB) - Swap: 16 GB (14.7 GB)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions