Commit graph

2 commits

Author SHA1 Message Date
bacon
da2db9c4cb biology/bcftools: Upgrade to 1.10.2
Numerous bug fixes, usability improvements and sanity checks were added since
1.9 to prevent common user errors.
2020-07-27 00:29:04 +00:00
adam
1d7a39df12 bcftools: added version 1.9
BCFtools is a program for variant calling and manipulating files 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.
In order to avoid tedious repetion, throughout this document we will use "VCF"
and "BCF" interchangeably, unless specifically noted.

Most commands accept VCF, bgzipped VCF and BCF with filetype detected
automatically even when streaming from a pipe. Indexed VCF and BCF work in all
situations. Unindexed VCF and BCF and streams work in most, but not all
situations. In general, whenever multiple VCFs are read simultaneously, they
must be indexed and therefore also compressed.
2018-11-15 09:21:24 +00:00