biod / sambamba

Tools for working with SAM/BAM data
http://thebird.nl/blog/D_Dragon.html
GNU General Public License v2.0
558 stars 104 forks source link

sambamba depth window sementation fault [core dump] using --combined flag #395

Closed iamh2o closed 5 years ago

iamh2o commented 5 years ago

Outputs: sambamba 0.6.8 by Artem Tarasov and Pjotr Prins (C) 2012-2018 LDC 1.13.0 / DMD v2.083.1 / LLVM7.0.1 / bootstrap LDC - the LLVM D compiler (0.17.6)

# chrom chromStart chromEnd readCount meanCoverage Processing reference #1 (chr1) chr1 9000 10000 12 0.014 Segmentation fault (core dumped)

The --combined flag is causing the problem here. When it is removed, the tool executes normally.

pjotrp commented 5 years ago

Can you try 0.6.6 and see if it does the same? May be a duplicate of #394