-
Notifications
You must be signed in to change notification settings - Fork 514
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 When STARSolo Starts Counting #1166
Comments
Hi Scott, this looks like a bug. Cheers |
Hi Alex, Thank you for the quick reply, I have just tried running the code with --readMapNumber 1000 and I still receive the same error at the same spot. I have attached the first 1000 reads here (adding .txt to the end just so Github will allow me to upload the files) Let me know if I can provide any other assistance. Thanks! |
Hi Scott, thanks a lot for reporting this bug. Cheers |
Hi Alex, I have tried the patch and it did fix the bug. Many thanks for the quick fix! Scorr |
Hi,
First off, thanks for working on such a great tool that has proven useful to so many over the years!
However, I am having an issue when using STARSolo where I get a “Segmentation fault (core dumped)” error right after the Solo counting starts. I am wondering if it is a bug with the exact combination of counting parameters I have specified, specifically keep all cell barcodes and only collapse exact UMIs. The issue may be somewhat similar to issue 727 (#727) and issue 936 (#936).
I give the command I’m using below and have attached the Log.out and Log.out.progress files here:
Log.out.txt
Log.progress.out.txt
Happy to provide more details but it seems like this is often enough information for you to diagnose the issue (amazingly to me!).
Note that this is using the newest version, 2.7.8a, though I also tried 2.7.6a and still have the same issue. Happy to provide any assistance I can. Thanks!
/n/home04/skvanburen/bin/STAR-2.7.8a/bin/Linux_x86_64/STAR --runThreadN 6 --soloType CB_UMI_Simple --soloCBwhitelist None --soloCBstart 1 --soloCBlen 19 --soloUMIstart 20 --soloUMIlen 8 --soloBarcodeReadLength 1 --genomeDir /n/holylfs03/LABS/dulac_lab/Users/skvanburen/sciPlex/STARIndex --readFilesCommand zcat --readFilesIn /n/holylfs03/LABS/dulac_lab/Users/skvanburen/sciPlex/210106_NB502063_0429_AHJLYGAFX2_noadapters/SVBPipelineOutput/NewFASTQs/Klenow.R2.Length27.fastq.gz /n/holylfs03/LABS/dulac_lab/Users/skvanburen/sciPlex/210106_NB502063_0429_AHJLYGAFX2_noadapters/SVBPipelineOutput/NewFASTQs/Klenow.R1.Length27.fastq.gz --outFileNamePrefix /n/holylfs03/LABS/dulac_lab/Users/skvanburen/sciPlex/210106_NB502063_0429_AHJLYGAFX2_noadapters/SVBPipelineOutput/STAROutput/R1ReadLength27/Klenow/ --soloFeatures GeneFull --soloUMIdedup Exact --soloCellFilter None --genomeLoad LoadAndRemove --outSAMtype None
The text was updated successfully, but these errors were encountered: