STAR index generation killed after "inserting junctions into the genome indices"
1
0
Entering edit mode
3 months ago

I am having trouble generating an index with STAR. It always kills at "inserting junctions into the genome indices". I have 32GB of RAM and I tried limiting the RAM used, but that didn't seem to work. Are there other flags I can try before I resort to buying another stick of RAM?

STAR --runThreadN 12 --runMode genomeGenerate -genomeDir ./ --genomeFastaFiles Homo_sapiens.GRCh38.dna.primary_assembly.fa --sjdbGTFfile Homo_sapiens.GRCh38.110.gtf --sjdbOverhang 149 --limitGenomeGenerateRAM 28000000000

I can figure out how to upload the log file if that is helpful

Thanks!!

STAR index RNA-seq killed • 370 views
ADD COMMENT
2
Entering edit mode
3 months ago
dsull ★ 5.9k

Try the --genomeSAsparseD option (set it to 2 or maybe 3).

Also, you can use put /usr/bin/time -v at the beginning of the command to get your RAM usage for running that command.

ADD COMMENT
0
Entering edit mode

This worked!! Thank you so much!! And thank you for the tip on the RAM usage command as well

ADD REPLY

Login before adding your answer.

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