-
Notifications
You must be signed in to change notification settings - Fork 8
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
kraken2-build error when creating sequence ID to taxonomy ID map #18
Comments
hmm... an |
Thanks for the quick suggestion, no luck unfortunately. Creating a blank file |
I’m on vacation this week, but I’ll have a look at the problem ASAP |
No worries, thanks! Enjoy your vacation. |
@joshsimcock I haven't been able to reproduce this issue. Can you provide more info, such as:
|
FYI: I'm working on creating Kraken2 & Bracken databases for Release 207 (followed later by the humann3 databases). They should be complete by the end of the week. |
@nick-youngblut sorry for the long delay in replying. snakemake = 7.6.2 Thanks for uploading the 207 release! Saves me a lot of time. If you can figure out what happened here great, but there is no rush as I can use your r207 builds for now thanks! |
I am encountering the same problem, and I have resolved it by "chmod +x n*.dmp" after much time and effort. I am afraid that the problem is that the names.dmp and nodes.dmp are not able to be read. be read, as files in your ./taxonomy/ directory also were "-rw-r--r--". |
Hi,
I'm near the end of the Struo2 pipeline trying to create a custom kraken2 database using gtdb r207.
I've hit a wall though at the kraken2-build command, specifically one spot within the build_kraken2_db.sh script that the command calls. It seems that this section:
Produces the error messages:
When I try to run through this line by line myself everything is fine until
lookup_accession_numbers accmap_file.tmp taxonomy/*.accession2taxid > seqid2taxid_acc.tmp
at which point I get the errorFound 0/1363031 targets...lookup_accession_numbers: unable to open taxonomy/*.accession2taxid: No such file or directory
my ./taxonomy/ directory only contains the following:
Should there be accession2taxid files in here? If so, when should they have been generated?
Happy to post on the kraken2 github if this is more appropriate but figured this maybe something that should have been generated elsewhere in the Struo2 pipeline.
Any help much appreciated, thanks!
The text was updated successfully, but these errors were encountered: