Hi All.
I am trying to convert 1000 Genome BCF files into VCF files using bcftools and process is getting quit automatically after just converting 2-3 chromosomes. Just wondering if some one else is getting same problem as well ?
bcftools view ALL.wgs.phase3_shapeit2_mvncall_integrated_v5.20130502.genotypes.bcf | bgzip -c > ALL.wgs.phase3_shapeit2_mvncall_integrated_v5.20130502.vcf.gz
If problem is due to bgzip or bcftools ?
This one is version of BCFtools that I am using. bcftools 1.3 Using htslib 1.3
Is there an error message? How large is your bcf?