Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core dump on mapping #5

Open
GoogleCodeExporter opened this issue Jan 26, 2016 · 2 comments
Open

core dump on mapping #5

GoogleCodeExporter opened this issue Jan 26, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

STAR 2.3.0e
Linux dna 3.2.0-41-generic #66-Ubuntu SM

THIS WORKED:
* The fasta file is a 2.8 Mbp bacteria

 STAR --runMode genomeGenerate --genomeDir ref --genomeFastaFiles 6008.fna --runThreadN 32

THIS CORE DUMPED:
* Read file is FASTQ, 31bp reads, in Phred+64 format.

Core was generated by `STAR --genomeDir ref --readFilesIn 6008_mRNA.fastq 
--runThreadN 32'.
Program terminated with signal 11, Segmentation fault.
#0  0x0000000000405e4b in compareSeqToGenome(char**, unsigned long long, 
unsigned long long, unsigned long long, char*, PackedArray&, unsigned long 
long, bool, bool&, Parameters*) ()





Original issue reported on code.google.com by [email protected] on 6 Jun 2013 at 6:07

@GoogleCodeExporter
Copy link
Author

I went to the forums and dug around. 

It seems to work if I add "--genomeSAindexNbases 2" to the index generation 
step, as suggested by another user for small genomes.

I still consider a core dump a bug however :-)

Could you stat() the genome files to estimate the genome sizes and auto-choose 
good parameters to avoid this problem?

Original comment by [email protected] on 6 Jun 2013 at 6:26

@GoogleCodeExporter
Copy link
Author

Hi Torsten,

this is indeed a bug and hope to have a fix ready for the next release in ~July.

Thanks, Alex

Original comment by [email protected] on 8 Jun 2013 at 2:31

  • Changed state: Started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant