DerrickWood / kraken2

The second version of the Kraken taxonomic sequence classification system
MIT License
686 stars 267 forks source link

prebuilt database #659

Open steamsn opened 1 year ago

steamsn commented 1 year ago

Hello, download the prebuilt database (https://benlangmead.github.io/aws-indexes/k2), but when running, an error is reported, how to solve it? "kraken2: database ("./database/db") does not contain necessary file taxo.k2d" But it exists in the folder.

jenniferlu717 commented 1 year ago

Can you post your folder structure?

steamsn commented 1 year ago

Thanks. this issue is caused by the lack of gcc in wsl-ubuntu.

| Subject | Re: [DerrickWood/kraken2] prebuilt database (Issue #659) |

Can you post your folder structure?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

laramiemckenna commented 1 year ago

I encountered this error when calling the database from a directory other than my working directory. When I moved the database to my working directory, this problem resolved itself.