pipeline_todos
PipelineLint.pipeline_todos(root_dir=None)
Check for nf-core TODO lines.
The nf-core workflow template contains a number of comment lines to help developers of new pipelines know where they need to edit files and add content. They typically have the following format:
..or in markdown:
This lint test runs through all files in the pipeline and searches for these lines. If any are found they will throw a warning.
Note
Note that many GUI code editors have plugins to list all instances of TODO in a given project directory. This is a very quick and convenient way to get started on your pipeline!