-
Notifications
You must be signed in to change notification settings - Fork 51
Drop db_params patterns for bracken and kmcp #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
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 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 |
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
<#476 (comment)>,
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).