Are there any tools for global alignment where the entire db is not loaded into ram? Blast is the only one I could find but it is too slow. I am looking to align RNA-seq reads to NCBI nt (~70gb) and I do not have that kind of ram.
Thanks!
Are there any tools for global alignment where the entire db is not loaded into ram? Blast is the only one I could find but it is too slow. I am looking to align RNA-seq reads to NCBI nt (~70gb) and I do not have that kind of ram.
Thanks!
Try Clustal Omega
I'm not sure about the way it loads dbs into RAMs, but it provides some pretty good features for global alignment tasks.
It might work for you to run it locally for sequences larger than 2000 or 2MB size by dividing the db into several seperate jobs against your set of RNA reads.
Good luck :)
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Where are you getting a 70Gb transcriptome from? o_O Unless you want to map to multiple species...?
Want to do metatranscriptomic analysis by mapping to NCBI nt. I don't want to use DIAMOND as part of MEGAN because I have ncRNA as well.