fixing human ref genome random access memory
1
0
Entering edit mode
4.2 years ago

Can I fix the human reference genome file on physical random access memory so that the bwa program can process it from this fixed file? Can a secondary bwa execution also align using this file without ram getting a new file? my goal is to ensure the amount of time and low ram usage during writing on random acces memory

bwa NGS linux memory usage • 629 views
ADD COMMENT
0
Entering edit mode
4.2 years ago

The only aligner I'm aware of that puts its index into shared memory like that is STAR, so no there is not currently a way to do this with BWA. Note that BWA is quite memory efficient, so unless you have a node with 100+ threads available but only say 20GB RAM you shouldn't have issues with multiple BWA processes swamping your memory.

ADD COMMENT
0
Entering edit mode

The bowtie aligners and hisat2 do offer sm and are very memory-efficient.

ADD REPLY
0
Entering edit mode

That's a happy update :)

ADD REPLY

Login before adding your answer.

Traffic: 2287 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6