Subject: CVS commit: pkgsrc/biology
From: Adam Ciarcinski
Date: 2018-11-15 10:21:24
Message id: 20181115092125.08B9DFB1F@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.1addpkgsrc/biology/bcftools/DESCR
1.1addpkgsrc/biology/bcftools/Makefile
1.1addpkgsrc/biology/bcftools/PLIST
1.1addpkgsrc/biology/bcftools/distinfo