Skip to content

Process inclusion warnings #251

@yashpatel6

Description

@yashpatel6

With the update to Nextflow version 22.10.2, it looks like having something like:

include { val_process; val_process as val_process_output } from './validation.nf'

gives a WARN message that val_process_output is defined more than once.

To fix, each process instance needs to be named:

include { val_process as val_process_input; val_process as val_process_output } from './validation.nf'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions