Skip to content

lambda3 mkindexn on a large fasta file #229

Open
@ArmandBester

Description

@ArmandBester

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 :

    1. How would I run the search against the 3 lba files?
      and
    1. would I not still have too little memory?

Kind regards
Armand

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions