tools
tools copied to clipboard
Fix nf-core lint ValueError when config is missing 'manifest.name'
Fixes: ValueError
raised when trying to load a pipeline config that does not have 'manifest.name' defined.
PR checklist
- [x] This comment contains a description of changes (with reason)
- [ ]
CHANGELOG.md
is updated - [ ] If you've fixed a bug or added code that should be tested, add tests!
- [ ] Documentation in
docs
is updated