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

convertails getting killed due to the memory #829

Open
ahof1704 opened this issue Mar 27, 2024 · 1 comment
Open

convertails getting killed due to the memory #829

ahof1704 opened this issue Mar 27, 2024 · 1 comment

Comments

@ahof1704
Copy link

mmseqs gets killed when saving the output:

convertalis /tmp/queryDB /root/mmseqs2_db/swissprot_human /tmp/resultDB resultDB.tab --format-output query,target,evalue,qaln,taln,taxname,pident,cigar 

MMseqs Version:         15.6f452
Substitution matrix     aa:blosum62.out,nucl:nucleotide.out
Alignment format        0
Format alignment output query,target,evalue,qaln,taln,taxname,pident,cigar
Translation table       1
Gap open cost           aa:11,nucl:5
Gap extension cost      aa:1,nucl:2
Database output         false
Preload mode            0
Search type             0
Threads                 64
Compressed              0
Verbosity               3

[=================================================================] 100.00% 808.21K 11m 56s 982ms    
Time for merging to resultDB.tab: 0h 1m 1s 325ms
Time for processing: 0h 13m 1s 476ms
Killed

Is there a way to split this process in memory, similarly to what we do during search?

@stas-malavin
Copy link

Hi @ahof1704 ,
convertalis uses very little resources. I doubt this issue is a memory issue.
Actually, error messages in MMSeqs2 are quite uninformative. In my experience, if you get a 'Killed' message in a case where memory is surely involved, it doesn't mean that another 'Killed' means the same.

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