Correct bash command to zip your vcf file

  • Public
By biogeek 1856 days ago
bgzip -c file.vcf > file.vcf.gz tabix -p vcf file.vcf.gz #More at http://www.htslib.org/doc/tabix.html