-
Notifications
You must be signed in to change notification settings - Fork 546
Closed
Labels
Description
Hello, Alex!
I have a problem with indexing reference genome. Actually, I tried first to index repeat element sequence from UCSC genome browser to remove repeat elements.
the fasta files looks like:

Also, my command is :
STAR --runMode genomeGenerate --runThreadN 8 --genomeDir ~/BioResource/Reference/mm10.repeat.seq --genomeFastaFiles ~/BioResource/Reference/mm10.repeat.seq.fa
Finally, error message is :
Jun 23 15:44:22 ..... started STAR run
Jun 23 15:44:22 ... starting to generate Genome files
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped).
What is the problem you think..?
Thanks in advance!
Dahun.
Reactions are currently unavailable