Skip to content

Commit

Permalink
add linting for igenomes_ignored.config
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Sep 25, 2024
1 parent 3dff654 commit fc6d875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nf_core/pipelines/lint/files_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def files_exist(self) -> Dict[str, List[str]]:
[Path("assets", "multiqc_config.yml")],
[Path("conf", "base.config")],
[Path("conf", "igenomes.config")],
[Path("conf", "igenomes_ignored.config")],
[Path(".github", "workflows", "awstest.yml")],
[Path(".github", "workflows", "awsfulltest.yml")],
[Path("modules.json")],
Expand Down

0 comments on commit fc6d875

Please sign in to comment.