Convert Blast result to Kraken style report - error - which TaxDB?
0
0
Entering edit mode
3.6 years ago

Hello,

I try to compare the results of Blast and Kraken for the same data set. I stumbled upon this script that converts a Blast result into a Kraken report. At least I understood it this way, because I do not speak Chinese.

Unfortunately I always get several errors and no reasonable Kraken report as a result. In these errors the word TaxDB appears again and again. Therefore I assume that I might choose the wrong file there.

Does anyone know which file exactly is meant by TaxDB in this context?

Thanks in advance!

Blast Taxdb kraken • 942 views
ADD COMMENT
0
Entering edit mode

I don't know chinese but Perl, in the section which loads the taxonomy file, it expects a TSV file with these columns:

  my ($node_id, $parent_id, $name, $rank) = @fields[0,1,2,3];

Not sure how is that generated

ADD REPLY

Login before adding your answer.

Traffic: 1819 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6