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
Kmer-db version 1.11.1 (07.03.2023)
S. Deorowicz, A. Gudys, M. Dlugosz, M. Kokot, and A. Danek (c) 2018
Analysis started at Thu Dec 14 23:19:36 2023
Database building mode (from k-mers)
Processing samples...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted
Is there a quick fix for this?
The text was updated successfully, but these errors were encountered:
I got a similar error while running all2all module:
kmer-db all2all -t 4 samples_ct.txt ct_km25
Kmer-db version 1.11.1 (07.03.2023)
All versus all comparison
Loading k-mer database samples_ct.txt...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
The service is equipped with 40G RAM.
Is there anyway to solve this problem?
I am trying to build a kmer db using the k-mer output from KMC but I keep getting an error.
This is the command I am running:
Where the list looks like this:
And the files in the directory are like this:
But I get this error when I try to run it:
Is there a quick fix for this?
The text was updated successfully, but these errors were encountered: