-
Notifications
You must be signed in to change notification settings - Fork 111
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
File not found error when using downloaded kraken2_db #99
Comments
Hi there, thanks for reporting this. The pipeline expects that extraction of This should be actually fixed in the dev branch, see #54. |
okay, I have already fixed it and I will submit a pull soon |
I appreciate your effort, but as I said, it is fixed already. |
oh sorry, I just forgot that |
Describe the bug
when I use downloaded kraken2 database and put the archive in some place and run the pipeline with --kraken2_db parameter,
the process
kraken2_db_preparation
reported a bug which is caused by file not foundSteps to reproduce
and I am sure that this bug is caused by the different folder name in the archive and the base name of the archive
when the pipeline tried to find
minikraken2_v2_8GB_201904/*.k2d
, there is onlyminikraken2_v2_8GB_201904_UPDATE
System:
➜ uname -a Linux hal9003 5.4.0-47-generic #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Nextflow Installation:
The text was updated successfully, but these errors were encountered: