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

--quantMode TranscriptomeSam segfaults #5

Closed
roryk opened this issue Oct 27, 2014 · 2 comments
Closed

--quantMode TranscriptomeSam segfaults #5

roryk opened this issue Oct 27, 2014 · 2 comments

Comments

@roryk
Copy link

roryk commented Oct 27, 2014

Hi Alex,

STAR 2.4.0e segfaults adding --quantMode TranscriptomeSAM:

/usr/local/bin/STAR --genomeDir /v-data/bcbio-nextgen/tests/data/genomes/mm9/star/ --readFilesIn /v-data/bcbio-nextgen/tests/test_automated_output/trimmed/1_110907_ERP000591_1_fastq.trimmed.txt.gz /v-data/bcbio-nextgen/tests/test_automated_output/trimmed/1_110907_ERP000591_2_fastq.trimmed.txt.gz --runThreadN 1 --outFileNamePrefix /v-data/bcbio-nextgen/tests/test_automated_output/align/Test1/1_110907_ERP000591 --outReadsUnmapped Fastx --outFilterMultimapNmax 10 --outStd SAM --quantMode TranscriptomeSAM --outSAMunmapped Within --outSAMattributes NH HI NM MD AS --readFilesCommand zcat --outSAMattrRGline ID:1 PL:illumina PU:1_110907_ERP000591 SM:Test1 --outSAMstrandField intronMotif

Without TranscriptomeSAM it works fine.
Here is a gist of the log file:

https://gist.github.com/roryk/3aade4cc66af6db93496

@alexdobin
Copy link
Owner

Hi Rory,

I believed this is caused by the old genome - you would need to re-generate the genome with the latest version to use the --quantMode TranscriptomeSAM option. I have added a check for that in the latest patch: https://github.com/alexdobin/STAR/releases/tag/STAR_2.4.0f1

Cheers
Alex

@roryk
Copy link
Author

roryk commented Oct 31, 2014

Thanks a lot Alex, you are money.

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

No branches or pull requests

2 participants