Closed praveenraj2018 closed 2 years ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit f683003
+| ✅ 132 tests passed |+
#| ❔ 8 tests were ignored |#
!| ❗ 1 tests had warnings |!
@maxulysse - Can you please check why the CI test fails on github. All CI tests runs successfully on my local with pytest --tag <tag_name> --kwdof
You're still using the old syntax for the config modules. The recent modules updates got rid of the whole params.modules system, so you basically do everything with task.ext now. Check out sarek, or rnaseq for an up-to-date syntax.
For the CI, I have the same issue as Github, so I'm guessing that the publishDir is not properly set, but I'd recommend looking out for the new syntax because it changes that too
Will need to fix lint in a separate PR. But better to wait for the soon to arrive tools release
Will need to fix lint in a separate PR. But better to wait for the soon to arrive tools release
Thanks!
PR checklist
nf-core lint
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).