-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fix #85 #475
Fix #85 #475
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.
Looks good! Just the thing with self.pipeline_name
then I'm happy to merge 👍
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.
Nice! 👍
Feel free to merge after the CI tests pass..
|
@apeltzer yeah , saw that. I will fix it at the airport or tomorrow morning :) |
Pipeline name is not set in PipelineLint object, but initialized with 'None'. It is set in function check_nextflow_config. To test the function check_pipeline_name by itself, I set the name manually.
#85
Linting now checks whether the pipeline name only contains lower case & alphabetical characters. Otherwise a warning is displayed.
For that the minimal_working_example was renamed to minimalworkingexample
PR checklist
docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: https://github.com/nf-core/tools/tree/master/.github/CONTRIBUTING.md