annotate ezBAMQC/src/htslib/README @ 0:dfa3745e5fd8

Uploaded
author youngkim
date Thu, 24 Mar 2016 17:12:52 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dfa3745e5fd8 Uploaded
youngkim
parents:
diff changeset
1 HTSlib is an implementation of a unified C library for accessing common file
dfa3745e5fd8 Uploaded
youngkim
parents:
diff changeset
2 formats, such as SAM, CRAM, VCF, and BCF, used for high-throughput sequencing
dfa3745e5fd8 Uploaded
youngkim
parents:
diff changeset
3 data. It is the core library used by samtools and bcftools.
dfa3745e5fd8 Uploaded
youngkim
parents:
diff changeset
4
dfa3745e5fd8 Uploaded
youngkim
parents:
diff changeset
5 See INSTALL for building and installation instructions.