marbl / Krona

Interactively explore metagenomes and more from a web browser.

Home Page:https://github.com/marbl/Krona/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ktClassifyBLAST error

khoriba opened this issue · comments

Hi,

I used KronaTools-2.8.1 which was installed locally, not by conda.
And I encountered the following error.

$ ktClassifyBLAST -p -s blast_result.txt -o test.csv
Loading taxonomy...
Classifying blast_result.txt...
ERROR: Sorted accession to taxID list not found. Was updateAccessions.sh run?

Then, I tried to do updateAccessions.sh. but I got the error.

$ ./updateAccessions.sh 
Fetching accession2taxid/dead_nucl.accession2taxid.gz...

Update failed.
   Is your internet connection okay?

Finally, I solved the problem by bringing all.accession2taxid.sorted which was previously successful in another environment, but is there any way around this error?