Closed LilyAnderssonLee closed 7 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit d6c5f75
+| ✅ 193 tests passed |+
!| ❗ 2 tests had warnings |!
I'm trying work out the best way to do this now:
Reading our docs:
And comparing with the code, it looks like to me actually we don't require the ;
even if you're running bracken. We did in the past but we relaxed: you only need a semi-colon if you want to supply to both kraken/bracken or just kraken. If you want to send to just kraken, no semi-0colon needed.
So in this case the new pattern wouldn't work with that, as it's requiringa semi-colon
Hence... I think we just need to remove the pattenr entirely? What do you think?
It sounds wise to me to remove the db_parmas
patters for bracken
and kmcp
.
Thank you @LilyAnderssonLee ! I think we can do a patch release already (if you don't have time I will do it tomorrow evening)
Unless @sofstam would have time
@jfy133 I have some time tomorrow morning before 10:00. I hope I can manage a patch release before then.
I am available tomorrow and I can take over from Lili after 10:00 :)
On Wednesday, April 24, 2024, Lili Andersson-Li @.***> wrote:
@jfy133 https://github.com/jfy133 I have some time tomorrow morning before 10:00. I hope I can manage a patch release before then.
— Reply to this email directly, view it on GitHub https://github.com/nf-core/taxprofiler/pull/476#issuecomment-2075679075, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV5RD55LCJV2RB75ATNEDNDY7ABMHAVCNFSM6AAAAABGWJGKAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGY3TSMBXGU . You are receiving this because you were mentioned.Message ID: @.***>
Fix the issue #475
The original definitions of db_params of
bracken
andkmcp
in `db_check.nf``The database.csv used in this test:
The Bracken output files in this test:
kmcp output files in this test:
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,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).