I am trying to run STAR for some RNA seq data that I have. However, when I run the first step as given below:
STAR-STAR_2.4.2a/bin/Linux_x86_64/STAR --runThreadN 8 --runMode genomeGenerate --genomeDir genomeDir/ --genomeFastaFiles Homo_sapiens.GRCh38.dna.primary_assembly.fa --sjdbGTFfile ../Software/gencode.v23.annotation.gtf --sjdbOverhang 75
I get the following error:
Oct 16 14:03:16 ..... Started STAR run
Oct 16 14:03:16 ... Starting to generate Genome files
Oct 16 14:04:27 ... starting to sort Suffix Array. This may take a long time...
Oct 16 14:04:47 ... sorting Suffix Array chunks and saving them to disk...
Oct 16 14:20:09 ... loading chunks from disk, packing SA...
Oct 16 14:21:24 ... Finished generating suffix array
Oct 16 14:21:24 ... starting to generate Suffix Array index...
Oct 16 14:44:24 ..... Processing annotations GTF
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check
[3]+ Aborted (core dumped)
How do I fix this error, any help will be great. Thanks!
--
You received this message because you are subscribed to the Google Groups "rna-star" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rna-star+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/rna-star.