color-chrs.pl

genomic variant calling and manipulation of VCF/BCF files

Install

All systems
curl cmd.cat/color-chrs.pl.sh
Debian Debian
apt-get install bcftools
Ubuntu
apt-get install bcftools
image/svg+xml Kali Linux
apt-get install bcftools
Windows (WSL2)
sudo apt-get update sudo apt-get install bcftools
OS X
brew install bcftools
Raspbian
apt-get install bcftools

bcftools

genomic variant calling and manipulation of VCF/BCF files

BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed.