dellytools / delly

DELLY2: Structural variant discovery by integrated paired-end and split-read analysis
BSD 3-Clause "New" or "Revised" License
413 stars 136 forks source link

core dumped error with -d sv_support.gz #373

Open YichaoOU opened 3 months ago

YichaoOU commented 3 months ago

Hi,

I found it's OK to run delly call -g /home/yli11/Data/Human/hg38/fasta/hg38.fa -v merged_germline.bcf -o OUTPUT -x /home/yli11/Data/Human/hg38/annotations/human.hg38.excl.tsv INPUT.bam

But once I added -d sv_support.gz to the above command. It had a core dumped error.

How should I fix it? I want to have the read support file.

Delly version: v1.2.6
 using Boost: v1.74.0
 using HTSlib: v1.15.1

Thanks, Yichao