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

Add runtime error for missing channel factory #5170

Merged
merged 2 commits into from
Jul 27, 2024

Conversation

bentsherman
Copy link
Member

Consider the following script:

Channel.doesNotExist()

Nextflow does not throw an error for an invalid channel factory. This PR adds the following error:

Missing process or function Channel.doesNotExist()

 -- Check script 'test.nf' at line: 1 or see '.nextflow.log' file for more details

reported by @robsyme

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Copy link

netlify bot commented Jul 26, 2024

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 8c20799
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/66a4c81c7d71450008c26db3

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@pditommaso pditommaso merged commit 1f9210a into master Jul 27, 2024
21 checks passed
@pditommaso pditommaso deleted the fix-error-missing-channel-factory branch July 27, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants