files_unchanged
PipelineLint.files_unchanged()
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:
Files that need to be there or not based on a entry in nextflow config:
Note
You can configure the nf-core 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: