Closed lindenb closed 5 years ago
Hi Pierre, this was a logic error I introduced last release. Please try this binary (gunzip and chmod+x) duphold.gz
and I'll fix this for the next release.
thanks !
also, this should have resulted in a non-zero exit code so I'm not sure what happened there.
yes, i tested it later, there is something weird on my side
ah, I deleted the wrong part of my minor comment .
Mnior: in README.md there is a small problem of open 'single quote' vs close 'double quote' in
bcftools view -i '(SVTYPE = "DEL" & FMT/DHFFC[0] < 0.7) | (SVTYPE = "DUP" & FMT/DHBFC[0] > 1.3)" $svvcf
ok. I pushed a fix for this, including in the readme. Thanks much for reporting.
Hi Brent,
I'm running duphold for the 1st time with snps.vcf computed with bcftools mpileup+call. My SV vcf was computed with manta.
I'm getting the following error:
1) unless I'm wrong, my snv.bcf do contains the FORMAT/GQ field:
what am I doing wrong ?
2) it seems that for this error, duphold doesn't exit with failure/-1 because the next statement was executed while I'm running with
set -e
3) minor: in the doc, it should be specified that snp.bcf should be indexed.
thank your for your help