-
Notifications
You must be signed in to change notification settings - Fork 193
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
Check for new withName syntax #78
Comments
I vote for just the new. |
+1 for just supporting the new if we need to. Note that the error there is from nextflow though, not the linting. Should probably print the newlines in that so that it's easier to read...
What version of nextflow is installed? It could be that the linting itself is fine.. |
I think that was 0.30.2, now with 0.31.0 the error is gone ?! |
Can we close this? |
Yup - will do. I guess the linting is still fine :-) |
Though perhaps the linting should check for the new format and throw a warning / error about the old? |
Agreed - I dont know when this will be not just a warning in Nextflow but an actual error message ? @pditommaso may know when this is the case ;-) |
Either way, we should definitely be using the new syntax for all pipelines now. |
it will stay for a while as a warning, but I agree with Phil better to switch to the new syntax also because it's more flexible. |
Done in #104 |
The old syntax, e.g.
Will be replaced by
Which currently leads to an error while linting, see here
Should we support both or just the new syntax?
The text was updated successfully, but these errors were encountered: