DaehwanKimLab / centrifuge

Classifier for metagenomic sequences
GNU General Public License v3.0
237 stars 73 forks source link

centrifuge-build fails for unknown reason #178

Closed theo-allnutt-bioinformatics closed 4 years ago

theo-allnutt-bioinformatics commented 4 years ago

Hi, I have a 250 GB file of genomes that I want to build into an index. They are in the correct format as is the mapping file as far as I can tell. When I try to build on a 600 GB RAM machine, I get an error that is possibly RAM (I am using a batch system and can't check). Is this normal for this size of db? Thanks.

mourisl commented 4 years ago

My experience is that it takes about 3 times of the genome size as the memory to build the index. So you need about 750GB memory for this.

ghost commented 4 years ago

about 3 times of the genome size as the memory to build the

so update the issue title?