-
Notifications
You must be signed in to change notification settings - Fork 118
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
Allow CAT_DB to take a directory containing the CAT database #372
Conversation
|
@nf-core-bot fix linting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I didnt actually test it, did you?
It was before Christmas, but I did test it and it works happily both with a zip or a directory - CAT ran happily either way. Can re-run if you think it's needed? |
I think thats fine, feel free to merge it ;) |
One last little one from me before the holidays. Allow CAT_DB to take a directory containing the CAT database, rather than just a tar.gz file - when working with a local copy of the database, saves approximately an hour on the tar.gz extraction.
Also fixes an issue with the cat_official_taxonomy parameter I added before, where I had a brain fart writing the code and included the wrong flag in the
CAT add_names
command.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).