-
Notifications
You must be signed in to change notification settings - Fork 3
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
Taxonomy Parse errors #15
Comments
I'll have to dig into this. Will do it asap (probably tonight). |
I finally got around to digging into this problem. Apparently these messages indicate that for some
So it is required to update the local taxonomy dumps inside the docker containers: cd /NCBI-Taxonomy/
perl make_taxid_indizes.pl
cd /Krona/KronaTools/
./updateTaxonomy.sh Running the same command afterwards produces no warnings. Those commands do not take very long but it is still not necessarily the best option to run them every time a reference database is created. Every time the docker image is built (beware of caching) the taxonomy databases are updated. However, this is probably too rare. We should probably include some script to do this automatically or a cron job (at least for the web interface). |
[01-15 14:10:34] [ReferenceDbCreator] Adding taxonomy to fasta Use of uninitialized value in numeric eq (==) at /NCBI-Taxonomy/lib/NCBI/Taxonomy.pm line 407, <IN> line 157.
Happens for approx 30 IDs after downloading seqs and taxfile with the command specified in #14
The text was updated successfully, but these errors were encountered: