For using RNA STAR aligner, I downloaded hg19 ucsc fasta via ‘DBkey and reference genome’.
Then, I ran RNA STAR Index builder. But, I got next error message.
"EXITING because of FATAL PARAMETER ERROR: limitGenomeGenerateRAM=4001000000is too small for your genome
SOLUTION: please specify --limitGenomeGenerateRAM not less than 8404712832 and make that much RAM available "
When I saw the command line, I checked ‘limitGenomeGenerateRAM=4001000000’,
but, since my own computing system has enough memory (about 200Gb), I don’t understand it.
Can I modify this command line manually on Galaxy Docker?