bioinformatics-centre / BayesTyper

A method for variant graph genotyping based on exact alignment of k-mers
87 stars 7 forks source link

Genotyping 500 samples #38

Closed Sherry520 closed 3 years ago

Sherry520 commented 3 years ago

I followed the method “Executing BayesTyper on sample batches” to genotyping my samples, when I Combine the the batch vcf files using bcftools merge, Error occured: Failed to open bayestyper_rmdup_DH_00_unit_1/bayestyper-sk-b73.vcf.gz: not compressed with bgzip it seems like bayestypre use gzip to commpress the vcf files, But bcftools require bgzip commpressed vcf files