-
Notifications
You must be signed in to change notification settings - Fork 199
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
Error: createbintaxonomy failed with malloc error #871
Comments
Having the same issue. Any insights on how to address this, please? |
I'm also was getting this error earlier...and interestingly only on Linux (seemed to work fine on MacOS for me). Strangely, it now seems to be working again for me since about a 10 minutes ago, despite having the exact same setup as I had when I was getting the error.
|
Does this happen with the
|
Thanks for supporting us! This happens when calling createtaxdb manually. Would you please elaborate on what To zoom out a bit: is there a feasible mmseqs2 command to generate .a3m files with correct UniRef100 taxonomy identifiers without going through this custom database setup procedure? |
should download the latest uniprot and set it up correctly for use with MMseqs2 including taxonomy information. |
Thanks for this - we ran this command and obtained main database files containing
and it raised the following error:
Is there something that we are missing here? Thanks! |
Expected Behavior
Taxonomy database created based on a
seqdb
created from UniProt sequencesCurrent Behavior
Program crashed with
core dumped
error and reportsError: createbintaxonomy failed
.Steps to Reproduce (for bugs)
Please make sure to execute the reproduction steps with newly recreated and empty tmp folders.
then
We attempted to vary
--tax-db-mode
,--tax-mapping-mode
, and--threads
parameters but observed the same behavior. Any help would be highly appreciated.We are able to reproduce this issue with a minimal database containing 1000 sequences.
MMseqs Output (for bugs)
Context
We are trying to create a custom taxonomy database for MSA, such that the resulting .a3m files contain taxonomy information.
Is a taxonomy database already available for download for uniprot_2024_03 for similar releases?
Your Environment
Include as many relevant details about the environment you experienced the bug in.
Linux 64-bit, 256G memory
MMseqs Version: 15.6f452
The text was updated successfully, but these errors were encountered: