Open
Description
Dear lambda creators
I think I may be missing something. I am trying to create a nucleotide index on a 677G fasta (nt) file and I get the expected error:
WARNING: Your sequence file is already larger than your physical memory!
This means you will likely encounter a crash with "bad_alloc".
Split you sequence file into many smaller ones or use a computer
with more memory!
free -h
total used free shared buff/cache available
Mem: 503Gi 31Gi 432Gi 4.1Gi 39Gi 466Gi
Swap: 31Gi 1.8Gi 30Gi
My questions are, if I split the fasta file say into 3 and create separate indexes :
-
- How would I run the search against the 3 lba files?
and
- How would I run the search against the 3 lba files?
-
- would I not still have too little memory?
Kind regards
Armand
Metadata
Metadata
Assignees
Labels
No labels