README.md in bio-bgzf-0.1.1 vs README.md in bio-bgzf-0.2.0

- old
+ new

@@ -1,10 +1,10 @@ # bio-bgzf [![Build Status](https://secure.travis-ci.org/csw/bioruby-bgzf.png)](http://travis-ci.org/csw/bioruby-bgzf) -This library provides support for the [BGZF][] (Blocked GZip Format) -in Ruby. BGZF, originally defined as part of the [SAM/BAM][] +This library provides support for [BGZF][] (Blocked GZip Format) in +Ruby. BGZF, originally defined as part of the [SAM/BAM][] specification, is used to compress record-oriented bioinformatics data in a way that facilitates random access, unlike plain gzip. A BGZF file consists of contatenated 64 KB blocks, each an independent gzip stream. It can be decompressed in its entirety with gzip, but this library enables random access using 'virtual offsets' as defined in