STAR fails to generate a genome file. This is my output:
Jul 25 10:47:27 ..... Started STAR run
Jul 25 10:47:27 ... Starting to generate Genome files
Jul 25 10:47:40 ... starting to sort Suffix Array. This may take a long time...
Jul 25 10:47:44 ... sorting Suffix Array chunks and saving them to disk...
Jul 25 10:49:00 ... loading chunks from disk, packing SA...
EXITING because of FATAL problem while generating the suffix array
The number of indices read from chunks = 7351296 is not equal to expected nSA=748611972
SOLUTION: try to re-run suffix array generation, if it still does not work, report this problem to the author
Jul 25 10:49:00 ...... FATAL ERROR, exiting
The problem is reproducible. I am running STAR version 2.3.0e. The command line call is
STAR --runMode genomeGenerate --genomeDir MSU_Pseudomolecules/for_STAR_no_annotation --genomeFastaFiles MSU_Pseudomolecules/all.con --runThreadN 12
I'd appreciate any advice on what might be causing the error and what i could do to generate the genome file.