Open mw55309 opened 4 years ago
OK I solved this - basically my database was too small
I was building a test database with 3 tiny genomes. It looks like the estimator comes up with an unrealistically small amount of memory to store the taxid:
CHT created with 4 bits reserved for taxid.
When I added more and bigger genomes, the database built with no problems.
You probably need to set a minimum for the number of bits reserved for taxid :-D
Hello
I am running into this error, I googled it and no-one else seems to have run into it, so I thought I would raise an issue.
I am building a very small test database, but crucially I have edited (i.e. added) additional rows to the names.dmp and nodes.dmp file, because I want to use the NCBI taxonomy, but add some custom species to it.
The command is simply:
The output is:
Within
test
both seqid2taxid.map and taxo.k2d.tmp have at least begun to be created. Withintest/taxonomy
then prelim_map.txt has been createdOf course I have no idea if the error message is related to my editing of nodes.dmp and names.dmp!
I am building on a server with 16x16Gb configuration.
Kraken2 installed from bioconda
Cheers Mick