Closed Daniel-VM closed 3 weeks ago
nf-core pipelines lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit aa42f95
+| ✅ 209 tests passed |+
#| ❔ 2 tests were ignored |#
!| ❗ 1 tests had warnings |!
nf-core pipelines lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 2bccce1
+| ✅ 209 tests passed |+
#| ❔ 2 tests were ignored |#
!| ❗ 1 tests had warnings |!
The DFAST test is failing due to external factors: maintenance period. See details at https://www.ddbj.nig.ac.jp/news/en/2024-10-30_2-e.html
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).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).PR description
I incorrectly incorporated the test names in the GitHub CI after the nf-core template update. As a result, only the
test
profile was running repeatedly. This update should fix the issue and ensure the correct tests are executed.In addition, config test missed to incorporate resourceLimits feature in test profiles (see 'Whats new 3.0.0').