-
Notifications
You must be signed in to change notification settings - Fork 506
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
Segmentation fault 11 encountered for STAR v2.7.10a #1469
Comments
Yes this is definitely an issue on MacOS as well. Running:
Gives |
Hi Yiming, Kathryn, I cannot reproduce this error in my tests, using either set of parameters. Thanks! |
Sure, conveniently it's failing on the public test set we use. Though with the fresh install and regenerating the genome it's not the same segmentation error as before. Running it again in a clean conda env with 2.7.10a on Monterey ver. 12.0.1:
resulting in:
SRR14136778_GSM5225207_SC623011_Homo_sapiens_sub_RNA-Seq_R1.fastq.gz |
Hi Alex, I attached Our data is internal, so I'll need to check with our collaborator to see if we could share a subset of the data with you. Sincerely, |
Folks, I think I fixed it: please try this patch: Before the patch, Valgrind gave me an error on Kathryn's files, and after the patch, the error went away, so hopefully, it's fixed. Cheers |
It's working for me now on the test files as well. Thanks for fixing it so quickly. |
Thanks for testing! I will make an official release in the next few days. |
Hello,
I encountered a segmentation fault 11 error at the "sorting BAM" step when running 10x 5' data with STAR v2.7.10a within a Debian 10 docker container. The detailed Log.out.txt file is attached.
The detailed STAR command is below:
However, when I ran exactly the same command with STAR v2.7.9a within a Debian 10 docker container, everything worked properly.
Could you please help me diagnose this issue?
In case you want to inspect the docker image we built, it's
quay.io/cumulus/starsolo:2.7.10a
, with Dockerfile specified here.Thanks!
Sincerely,
Yiming
The text was updated successfully, but these errors were encountered: