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

STARsolo generates UMI Counts but returns Segmentation Fault #1071

Closed
mvanmoerbeke opened this issue Oct 30, 2020 · 3 comments
Closed

STARsolo generates UMI Counts but returns Segmentation Fault #1071

mvanmoerbeke opened this issue Oct 30, 2020 · 3 comments
Labels

Comments

@mvanmoerbeke
Copy link

Dear Alex

We are experiencing a segmentation fault when running STARsolo on a number of our samples. For these samples, it seems that the mapping and counting is performed as the matrix.mtx file is created although the .bam file has a file size of 0. Although STARsolo results in an error, a succesful mapping and counting occurs with STAR.

Could you maybe assist us in solving the segmentation fault?
I attach a sample for which we observed this error. Our samples consist of reads generated from 4 lanes with R1 consisting of a barcode and UMI and R2 representing the actual read. In addition, the log file and matrix.mtx file is also attached.

The used STARsolo command is:

STAR --soloType Droplet --quantMode GeneCounts --genomeLoad LoadAndKeep --runThreadN 4 --outFilterMultimapNmax 1 --outSAMtype BAM SortedByCoordinate --soloCBstart 1 --soloCBlen 10 --soloUMIstart 11 --soloUMIlen 10 --soloBarcodeReadLength 0 --soloStrand Unstranded --soloFeatures Gene --genomeDir /app/sw/rnaseqpreproc/starReference/current/genomeIndex_HumanFullGenome_ERCC/ --limitBAMsortRAM 10000000000 --outReadsUnmapped Fastx --outSAMunmapped Within --outSAMattributes NH HI nM AS CR UR CB UB GX GN --soloCBwhitelist GAGACAAGGC.txt --outFileNamePrefix /STARsolo/GAGACAAGGC/ --readFilesIn GAGACAAGGC_lane1_R2_001.fastq,GAGACAAGGC_lane2_R2_001.fastq,GAGACAAGGC_lane3_R2_001.fastq,GAGACAAGGC_lane4_R2_001.fastq GAGACAAGGC_lane1_R1_001.fastq,GAGACAAGGC_lane2_R1_001.fastq,GAGACAAGGC_lane3_R1_001.fastq,GAGACAAGGC_lane4_R1_001.fastq

The used STAR command is

STAR --quantMode GeneCounts --genomeLoad LoadAndKeep --runThreadN 4 --outFilterMultimapNmax 1 --outSAMtype BAM SortedByCoordinate Gene --genomeDir /app/sw/rnaseqpreproc/starReference/current/genomeIndex_HumanFullGenome_ERCC/ --limitBAMsortRAM 10000000000 --outReadsUnmapped Fastx --outSAMunmapped Within --outFileNamePrefix /STAR/GAGACAAGGC/ --readFilesIn GAGACAAGGC_lane1_R2_001.fastq,GAGACAAGGC_lane2_R2_001.fastq,GAGACAAGGC_lane3_R2_001.fastq,GAGACAAGGC_lane4_R2_001.fastq GAGACAAGGC_lane1_R1_001.fastq,GAGACAAGGC_lane2_R1_001.fastq,GAGACAAGGC_lane3_R1_001.fastq,GAGACAAGGC_lane4_R1_001.fastq

Thank you in advance!

exampleData.zip

All the best
Marijke

alexdobin added a commit that referenced this issue Nov 5, 2020
…h a small number of cells. Patch 2.7.6a_mod_2020-11-05
@alexdobin alexdobin added the bug label Nov 5, 2020
@alexdobin
Copy link
Owner

Hi Marijke,

this was a bug, thanks for reporting it!
Please try the recent patch from GitHub master:
https://github.com/alexdobin/STAR/archive/master.zip
Now it should run without problems on the dataset you sent me.

Cheers
Alex

@mvanmoerbeke
Copy link
Author

Hi Alex

You're welcome!
Thank you very much for the fix! All our samples are now mapping successfully.

Thanks a lot!

All the best
Marijke

@alexdobin
Copy link
Owner

Hi Marijke,

great, thanks for testing it!

Cheers
Alex

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

No branches or pull requests

2 participants