1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
libqes
======
A C library for various bioinformatics-y tasks. Proper docs will come in time.
For now, we have reasonable test coverage under `./test/` that demonstrate the
API.
###Tests:
| TravisCI | [](https://travis-ci.org/kdmurray91/libqes) |
| ----------------- | --- |
| Test Coverage | [](https://coveralls.io/r/kdmurray91/libqes?branch=master) |
License
=======

All libqes source code is licensed under the GNU Public License version 3, or a
later version at your preference. For license text, see `./gpl-3.0.txt` or
[the GNU website here](http://www.gnu.org/licenses/gpl-3.0.html).
The source of `tinytest`, located in `tests/tinytest`, is Copyright 2009-2012
Nick Matthewson; `tinytest` is distributed under the 3-clause BSD license.
`tinytest` is hosted at
[Nick's github page](https://github.com/nmathewson/tinytest).
`src/crc.[ch]` are from gnulib, and are licensed under the LGPL.
|