https://github.com/kdm9/libqes
A small C library, with a bioinformatic focus. Optimised for speed and a clean API
https://github.com/kdm9/libqes
Last synced: 2 months ago
JSON representation
A small C library, with a bioinformatic focus. Optimised for speed and a clean API
- Host: GitHub
- URL: https://github.com/kdm9/libqes
- Owner: kdm9
- License: gpl-3.0
- Created: 2013-09-17T12:27:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T04:10:49.000Z (over 8 years ago)
- Last Synced: 2025-02-14T18:52:58.308Z (4 months ago)
- Language: C
- Homepage:
- Size: 841 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.