spades icon indicating copy to clipboard operation
spades copied to clipboard

Store intermediate de Bruijn data in tmp folder rather than in RAM

Open yqy6611 opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. For generic questions use Q&A section in the Discussions forum above.

SPAdes (especially metaSPAdes) requests too much memory. Exploring temporary files generated, only k-mer data is stored. Intermediate de Bruijn data seemed to be stored and manipulated in memory. For large scale metagenomics, the requested memory is impractical to be satisfied.

Describe the solution you'd like

Rather than in RAM, intermediate de Bruijn data should be stored in tmp folder assigned as well. Truly it will reduce the speed, yet such feature will make large-scale co-assembly practical.

Describe alternatives you've considered

No response

Additional context

No response

yqy6611 avatar Apr 22 '23 10:04 yqy6611

Thanks for your suggestions. Patches to improve SPAdes performance are always welcome!

asl avatar Apr 22 '23 18:04 asl