Closed Daniel-VM closed 1 month ago
nf-core pipelines lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 5a9559c
+| ✅ 209 tests passed |+
#| ❔ 2 tests were ignored |#
!| ❗ 1 tests had warnings |!
I ran a few tests and found that when providing a local path to the Bakta database, the workflow processes only a single sample. However, when I set the workflow to download the database (--baktadb_download true
), it processes all samples as expected. I'm not sure why this happens, but the difference seems related to how the database is accessed locally versus being downloaded.
Do you think I should try to find a more suitable fix?
Wait, I've just found the issue 😅 .
Thanks @jasmezz :)
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
Fixed bakta that was running for one sample only.
Closes #171