You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addtaxonomy is broken in the latest release. We fixed the issue in 333cc35.
You can compile from git or use the latest statically compiled binaries from mmseqs.com/latest/
Expected Behavior
I would like to add the taxonomy information to my results database (search with UniRef90 as query).
Current Behavior
I get a segfault (see below)
Steps to Reproduce (for bugs)
mmseqs search profile_data /home/db/UniRef90 data_uniref90 tmp -s 4 -c 0.9 --min-seq-id 0.8
mmseqs addtaxonomy /home/db/UniRef90 data_uniref90 data_uniref90_taxa
MMseqs Output (for bugs)
Loading NCBI taxonomy
Loading nodes file ... Done, got 2279399 nodes
Loading merged file ... Done, added 59566 merged nodes.
Loading names file ... Done
Making matrix ... Done
Init RMQ ...Done
Segmentation fault (core dumped)
Context
I want to add taxonomic information to the db. Eventually I would like to add more metadata, convert to tsv and continue my work in R.
Your Environment
Include as many relevant details about the environment you experienced the bug in.
12.113e3
conda 4.8.5
80 CPU, 423.5 GB remaining memory
Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-45-generic x86_64)
The text was updated successfully, but these errors were encountered: