Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAM requirements. What is the minimum? #69

Closed
nriareal opened this issue Mar 19, 2024 · 2 comments
Closed

RAM requirements. What is the minimum? #69

nriareal opened this issue Mar 19, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@nriareal
Copy link

Hello,

I just wanted to ask what the minimum RAM requirements are for using RNA-Bloom.

I am interested in performing a de novo alignment of a pathogen transcriptome from previously unaligned reads of the host alignment to the host reference genome (I used HISAT2). In my case I have short reads and I was thinking to assemble them following the "multi-sample RNA-seq data with pooled assembly mode ". I have 36 samples (4 conditions, 8 biological replicates). For one condition each replicate has approximately 14,000,000 reads, while for the rest it is 4,000,000 reads. Is this feasible with 32GB of RAM (4 cores)? If not, what would you recommend?

Thank you,
Nuria

@kmnip kmnip self-assigned this Mar 21, 2024
@kmnip kmnip added the question Further information is requested label Mar 21, 2024
@kmnip
Copy link
Collaborator

kmnip commented Mar 21, 2024

Hi @nriareal

It's hard to say based on the number of reads alone.
The key contributor to RNA-Bloom's peak memory usage for short-read assembly is the number of unique k-mers in the reads.
I suggest you try to run the assembly. After K-mer counting, RNA-Bloom will fail when there isn't enough RAM to construct the Bloom filters.

Ka Ming

@nriareal
Copy link
Author

nriareal commented Apr 22, 2024

Yes, it did fail after the K-mer counting. Now I have used another computer with 100 Gb RAM and it did work (although I have an unexpected output that I will comment in another issue). Thanks!

@kmnip kmnip closed this as completed Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants