STAR analysis and alignment
3
1
Entering edit mode
6.2 years ago
qudrat ▴ 100

Hello everyone, Can I run STAR alignment tool on human genome using 16 GB RAM Linux system?

RNA-Seq alignment • 4.1k views
ADD COMMENT
0
Entering edit mode

That is a bit low for a human genome mapping according to this post (https://github.com/alexdobin/STAR)

30GB of RAM for human genome

And around 27GB of RAM for human genome on this STAR publication (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3530905/)

STAR’s high mapping speed is traded off against RAM usage: STAR requires ∼27 GB of RAM for aligning to the human genome

But you have nothing to lose to give it a try !

ADD REPLY
1
Entering edit mode
6.2 years ago
JJ ▴ 680

try HISAT2 - they state that you can align a human genome on a desktop computer in their protocol. Note, however, that the index building will require more RAM but you can download standard indexes from their homepage.

ADD COMMENT
1
Entering edit mode
6.2 years ago
stolarek.ir ▴ 700

there is option --sparse which reduces the RAM needs to 16 GB for human genome

ADD COMMENT
0
Entering edit mode
6.2 years ago

Actually typing : "star alignment requirements" on google give you what you need Then just Ctrl+F on publications using "require" key word

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3530905/

STAR’s high mapping speed is traded off against RAM usage: STAR requires ∼27 GB of RAM for aligning to the human genome

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4631051/

RAM requirements: at least 10 x GenomeSize bytes. For instance, human genome of ~3 GigaBases will require ~30 GigaBytes of RAM. 32GB is recommended for human genome alignments.

That will be hard with 16GB but give it a try imo !

ADD COMMENT

Login before adding your answer.

Traffic: 2941 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