-
Notifications
You must be signed in to change notification settings - Fork 2
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
Nextflow runner: throw error when using a non-existent argument in a map passed to fromState #793
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, I like!
Can we do the same check on the toState
values (not the keys)
Done |
src/test/resources/testnextflowvdsl3/src/test_wfs/invalid_tostate_argument/main.nf
Outdated
Show resolved
Hide resolved
…ate_argument/main.nf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work, LGTM!
Describe your changes
Nextflow runner: throw error when using a non-existent argument in fromState
Related issue(s)
Closes #xxxx
Type of Change
Checklist
Requirements:
Tests:
Documentation:
Test Environment