DELLY produces empty output
1
1
Entering edit mode
4.2 years ago
liorglic ★ 1.4k

Hello,
I am trying DELLY v0.8.2 for the first time, using ~x40 coverage data on a plant genome. The bam file was obtained by running bwa mem, then sorting and indexing the result.
I am using default params for DELLY. My run results in a bcf file with no data (i.e. header is present, but no variants detected) and prints the following message to stdout:

Sample:SRR1945819_map_to_pan.sort,ReadSize=51,Median=407,MAD=11,UniqueDiscordantPairs=230596

I find it very unlikely that there are no SVs between my sample and the reference, so I guess something is wrong with my data or the way I use DELLY.
Any ideas on what might be going wrong?
Thanks!

delly cnv sv • 1.5k views
ADD COMMENT
0
Entering edit mode

You may consider posting on the GitHub issues page: https://github.com/dellytools/delly/issues

If you take that option, link back to this thread.

ADD REPLY
0
Entering edit mode

DELLY has a restriction on mapping quality - and your reads are 51bp (if I am correct), so some problems with multi-mappers and thus "hidden" SVs are expected, but surely not empty output. I would try other callers such as Manta and if nothing works, write to the author of DELLY.

ADD REPLY
0
Entering edit mode

Tanks @German.M.Demidov - I am getting the same result with another bam file which has lower depth (~x10) but longer reads (101). Interestingly, I've just tried Manta on the same data and got an empty vcf again! I am starting to wonder what's wrong with this data. Perhaps PE/SR approaches are incapable of dealing with them for some reason. Any idea on what to try next?

ADD REPLY
4
Entering edit mode
4.1 years ago
liorglic ★ 1.4k

OK, this is a bit embarrassing, but turns out the problem was not with DELLY (or Manta), but rather with bcftools. Turns out I was using a very old version (0.1.19) that apparently can't read the new bcf. Once upgraded to 1.10.2, I am now able to read the output bcf, which is not empty at all.

ADD COMMENT

Login before adding your answer.

Traffic: 2714 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6