STAR indexing gets killed on its own at a particular time (while generating suffix arrays)
1
1
Entering edit mode
5.6 years ago
shuksi1984 ▴ 60

I used the following command to build STAR index:

/path/to/STAR --runThreadN 2 --runMode genomeGenerate --genomeDir /path/to/star_index
--genomeFastaFiles /path/to/Homo_sapiens.GRCh38.dna.primary_assembly.fa --sjdbGTFfile /path/to/Homo_sapiens.GRCh38.86.gtf

The process gets "killed" after a certain point of time. I am running the process on 32G RAM, 1TB HDD, and 4 cores and STAR version 2.6. What could be the issue, memory allocation or STAR version?

RNA-Seq software error next-gen sequencing • 1.8k views
ADD COMMENT
1
Entering edit mode
5.6 years ago
caggtaagtat ★ 1.9k

I think STAR uses a lot of RAM (~30GB), so that could be an issue. You can reduce the RAM requirements with the "sparse" mode, this will make it a little slower thou.

ADD COMMENT

Login before adding your answer.

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