STAR_2.6.1d
I launched as following: STAR --runMode genomeGenerate --genomeDir $fnGindexStar --genomeFastaFiles $fnGenomeFa --sjdbGTFfile $fnAnnot --sjdbOverhang 149 --runThreadN 8
Log stopped at "sorting Suffix Array chunks and saving them to disk..." - I was waiting for more than a day (because just the previous message was "This may take a long time..."). Then I've realized that something is probably wrong and started to google. After reading some forums, found a solution with --limitGenomeGenerateRAM.
I think it would be very useful to add some informative message indicating lack of RAM, and, more importantly, stop execution - otherwise user has no idea what's going on and will just wait keeping the program running (i.e. wasting computational time on cluster).
Thanks!
STAR_2.6.1d
I launched as following:
STAR --runMode genomeGenerate --genomeDir $fnGindexStar --genomeFastaFiles $fnGenomeFa --sjdbGTFfile $fnAnnot --sjdbOverhang 149 --runThreadN 8Log stopped at "sorting Suffix Array chunks and saving them to disk..." - I was waiting for more than a day (because just the previous message was "This may take a long time..."). Then I've realized that something is probably wrong and started to google. After reading some forums, found a solution with
--limitGenomeGenerateRAM.I think it would be very useful to add some informative message indicating lack of RAM, and, more importantly, stop execution - otherwise user has no idea what's going on and will just wait keeping the program running (i.e. wasting computational time on cluster).
Thanks!