Hi Alex,
Would you help me to define values of STAR parameters to make genome generation faster? STAR takes long time to generate the final genomes (2nd pass) at the “sorting Suffix Array chunks and saving them to disk” step.
Apr 04 21:01:09 ..... started STAR run
Apr 04 21:01:09 ... starting to generate Genome files
Apr 04 21:11:35 ... starting to sort Suffix Array. This may take a long time...
Apr 04 21:14:48 ... sorting Suffix Array chunks and saving them to disk...
Files generated by STAR at this step are
-rw-r--r-- 1 era 427 Apr 4 21:09 chrLength.txt
-rw-r--r-- 1 era 937 Apr 4 21:09 chrNameLength.txt
-rw-r--r-- 1 era 510 Apr 4 21:09 chrName.txt
-rw-r--r-- 1 era 488 Apr 4 21:09 chrStart.txt
-rw-r--r-- 1 era 957 Apr 4 21:01 genomeParameters.txt
-rw-r--r-- 1 era 8321997920 Apr 4 22:29 SA_0
-rw-r--r-- 1 era 8529424824 Apr 4 22:34 SA_1
-rw-r--r-- 1 era 7996888776 Apr 4 23:44 SA_12
-rw-r--r-- 1 era 7653443560 Apr 4 23:48 SA_13
-rw-r--r-- 1 era 8171180896 Apr 4 23:54 SA_14
-rw-r--r-- 1 era 8094993408 Apr 4 23:51 SA_15
-rw-r--r-- 1 era 8234286752 Apr 4 22:30 SA_2
-rw-r--r-- 1 era 8397152848 Apr 4 22:33 SA_3
My code was
$STAR --runThreadN 12 --limitGenomeGenerateRAM 200G --runMode genomeGenerate --genomeDir $indexGenome --genomeFastaFiles $fastaGenome --sjdbFileChrStartEnd $novelSpliceSites --sjdbOverhang 100 --genomeChrBinNbits 12
I had the same issue when I used the value of 10, 12, 14 and 18 for the --genomeChrBinNbits parameter.
The Log.out is attached here.
Thanks,
ERA
Hi Alex,
No it did not even after three days.
The way to re-generate the genome by doing the junction insertion on-the-fly seems to work even if I had this error message below. Am I right? Would you do tell me the meaning of this error message and a solution to solve it? I attach here the Log.out file.
Starting to map file # 0 …
EXITING because of FATAL ERROR: phtread error while creating thread # 4, error code: 11
Apr 07 13:44:16 ...... FATAL ERROR, exiting
Thanks,
ERA