bcftools icon indicating copy to clipboard operation
bcftools copied to clipboard

bcftools isec never ends...

Open PingChen-Angela opened this issue 4 years ago • 1 comments

Hi, I want to remove known variants (dbSNP and gnomad) from my VCF file. I used the command as below.

bcftools isec -p test -O z -C chr9.vcf.gz dbSNP.vcf.gz gnomad.vcf.gz

It did give me output but the program seems hanging there without exit. What could be the problem??

PingChen-Angela avatar Aug 12 '20 13:08 PingChen-Angela

Obviously, this should not happen. Is there any chance you could provide a test case to reproduce the problem?

pd3 avatar Aug 20 '20 14:08 pd3