A problem with RAM availability for indexing #1490
Unanswered
talcohenAG
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi Tal, I think you are missing one 0 in Cheers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wish to create a human genome index (genomeGenerate) with the newest STAR version (2.7.10a), but it seems I don't have enough RAM available.
I tried reducing number of threads, as well as one of the solutions suggested here (--genomeSAsparseD 3 --genomeSAindexNbases 12 --limitGenomeGenerateRAM 1500000000), but if I use the --limitGenomeGenerateRAM parameter, I get this error:
EXITING because of FATAL PARAMETER ERROR: limitGenomeGenerateRAM=1500000000is too small for your genome
SOLUTION: please specify --limitGenomeGenerateRAM not less than 8369034848 and make that much RAM available
Is there anything else I could try?
Alternatively, is there anywhere I could download the genome index (for ENSEMBL GRCh38) for this current version?
Thanks,
Tal
Beta Was this translation helpful? Give feedback.
All reactions