Replies: 1 comment 1 reply
-
Hi Isha, to fit the genome into 16GB RAM, please use 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
-
I have human RNA-seq data that I need to analyze using human genomic reference of size 3.1GB.... I am using 16GB RAM with 256GB SSD system. The document associated with recent release (STAR 2.7.9a) does mentions that 'Mammal genomes require at least 16GB of RAM, ideally 32GB".
I started with genomeGenerate STAR runMode for the same with 1 thread
command:
STAR --runThreadN 1 --runMode genomeGenerate --genomeDir . --genomeFastaFiles h38_genomic.fna --sjdbOverhang 99 --sjdbGTFfile h38_genomic.gtf
It seems to be stuck at "sorting Suffix Array chunks and saving them to disk" since long. Just need to make sure if the system configurations I am using are enough or I need more RAM?
Beta Was this translation helpful? Give feedback.
All reactions