Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process inclusion warnings #251

Open
yashpatel6 opened this issue Dec 1, 2022 · 0 comments
Open

Process inclusion warnings #251

yashpatel6 opened this issue Dec 1, 2022 · 0 comments
Assignees

Comments

@yashpatel6
Copy link
Contributor

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'
@jarbet jarbet self-assigned this Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants