Entering edit mode
8.4 years ago
snp87
▴
80
Hi, I am trying to generate mouse geneome indexes with STAR to align my RNAseq data. I downloaded the mm10 genome in tar.gz format (Mus_musculus_UCSC_mm10.tar.gz). Do I have to gunzip this first before trying to index the genome? Thank you!
Thanks so much! After untar-ing when I tried indexing, I don't think it worked.
The command used:
Result: Jun 23 14:20:03 ..... Started STAR run Jun 23 14:20:03 ... Starting to generate Genome files Killed: 9
I don't think it was indexed. Do you know what the problem might be?
You are still using the tar archive for the fasta files. Use the fasta files extracted from the tar archive
STAR is known to require plenty of RAM (30+G) for operations. How much memory do you have access to?