This package browser is in early development. Mind the rough edges.

bcftools 1.12

Utilities for variant calling and manipulating VCFs and BCFs

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.

Installation

Install bcftools 1.12 as follows:

guix install bcftools@1.12

Or install the latest version:

guix install bcftools

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.