seqwish 0.1.3

A variation graph inducer - build pangenome graphs from pairwise alignments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[![Build Status](https://travis-ci.org/gatoravi/gzip_reader.svg?branch=master)](https://travis-ci.org/gatoravi/gzip_reader)

##gzip_reader
An example of [gzstream](http://www.cs.unc.edu/Research/compgeom/gzstream/)
to read a gzipped file in C++

The header-only version is from [here](https://gist.github.com/piti118/1508048)

###Install
```
mkdir build && cd build && cmake .. && make
```

###Usage
```
./gzip_reader my_gz_file.gz
```