files_unchanged
PipelineLint.files_unchanged() → Dict[str, List[str] | bool]
Checks that certain pipeline files are not modified from template output.
Iterates through the pipeline’s directory content and compares specified files against output from the template using the pipeline’s metadata. File content should not be modified / missing.
Files that must be unchanged:
Files that can have additional content but must include the template contents:
Note
You can configure the nf-core pipelines lint
tests to ignore any of these checks by setting
the files_unchanged
key as follows in your .nf-core.yml
config file. For example: