Skip to content
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

addtaxonomy leads to segfault #355

Closed
linaruss opened this issue Oct 6, 2020 · 2 comments
Closed

addtaxonomy leads to segfault #355

linaruss opened this issue Oct 6, 2020 · 2 comments

Comments

@linaruss
Copy link

linaruss commented Oct 6, 2020

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.

  • Git commit used (The string after "MMseqs Version:" when you execute MMseqs without any parameters):
    12.113e3
  • Which MMseqs version was used (Statically-compiled, self-compiled, Homebrew, etc.):
    conda 4.8.5
  • For self-compiled and Homebrew: Compiler and Cmake versions used and their invocation:
  • Server specifications (especially CPU support for AVX2/SSE and amount of system memory):
    80 CPU, 423.5 GB remaining memory
  • Operating system and version:
    Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-45-generic x86_64)
@milot-mirdita
Copy link
Member

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/

@linaruss
Copy link
Author

linaruss commented Oct 6, 2020

Thanks! Works fine now with the static build (SSE4.1)

@linaruss linaruss closed this as completed Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants