Hello all
So I have a problem with STAR aligner.
It is very slow for human genome index generation step, it has been running for days now and it never ends.
I have access to 230 G RAM and 20 core and I even changed limit RAM to 210 G and it still only uses 10% of it.
I have access to 20 cores
Here is the command I am using ./STAR --runMode genomeGenerate --sjdbGTFfile /home/moustafa/RNAseq/Homo_sapiens.GRCh38.98.gtf --sjdbOverhang 74--limitGenomeGenerateRAM 210000000000 --genomeDir /home/moustafa/RNAseq/Human/ --genomeFastaFiles /home/moustafa/RNAseq/Homo_sapiens.GRCh38.dna.primary_assembly.fa
Here is the free -h output
$ free -h
total used free shared buff/cache available
Mem: 230G 20G 204G 1.0M 5.1G 208G
Swap: 8.0G 0B 8.0G
I hope you help me with this.
If you want to use premade STAR indexes you can download them from Alex Dobin's (author of STAR) site here.
Interestingly, it seems he was able to do the whole job in like 20 min! Something is quite wrong Indeed because it is always taking days! I wanna figure out where the problem is because I believe this might happen again in the mapping step.