diff options
author | pawel <pawel@FreeBSD.org> | 2014-12-15 06:35:07 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-12-15 06:35:07 +0800 |
commit | dbf5374e9e673fe38ddd0eaec13f81702f72de88 (patch) | |
tree | 54df141897885ff3684cfad1334155d0d6e72b2d /biology/Makefile | |
parent | d16ac03788455de31d95733ee055c2fffcbf74e4 (diff) | |
download | freebsd-ports-gnome-dbf5374e9e673fe38ddd0eaec13f81702f72de88.tar.gz freebsd-ports-gnome-dbf5374e9e673fe38ddd0eaec13f81702f72de88.tar.zst freebsd-ports-gnome-dbf5374e9e673fe38ddd0eaec13f81702f72de88.zip |
HTSlib is an implementation of a unified C library for accessing common file
formats, such as SAM, CRAM, VCF, and BCF, used for high-throughput sequencing
data. It is the core library used by samtools and bcftools.
WWW: http://www.htslib.org/
PR: 195591
Submitted by: Reed A. Cartwright <cartwright@asu.edu>
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index 41bd3ebccdc0..4914da6133a5 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -26,6 +26,7 @@ SUBDIR += gperiodic SUBDIR += grappa SUBDIR += hmmer + SUBDIR += htslib SUBDIR += iolib SUBDIR += jalview SUBDIR += lagan |