Hello, I am having an issue running STAR on some paired end data. I am running galaxy through AWS and cloudman. My data is one set of paired end illumina fastq data. around 2.3 MB each. I also have uploaded the GR38 .gtf file from ensemble. WHen I try to run star with the options
paired-end (as individual datasets,)
use a built-in index
use genome reference without builtin gene-model
hg38 as the reference genome
GR38.gtf (that I uploaded) as the gene model
49 as the length of genomic sequence around annotated junctions (read length was 50 from my QC)
The error I get is
“EXITING: fatal error trying to allocate genome arrays, exception thrown: std::bad_alloc
Possible cause 1: not enough RAM. Check if you have enough RAM 32002674832 bytes
Possible cause 2: not enough virtual memory allowed with ulimit. SOLUTION: run ulimit -v 32002674832”
I was wondering how I could go about fixing this issue? Since I am on AWS using a large cluster I don’t see how I could not have enough RAM.
Thanks
