From fafb46a795a8047c0bf5808584e58d6352a62a88 Mon Sep 17 00:00:00 2001 From: Ilya Shlyakhter Date: Fri, 10 Oct 2014 17:05:25 -0400 Subject: [PATCH] added libsequence --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13078af..9f5d31a 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Biology *Bioinformatics, Genomics, Biotech* +* [libsequence](http://molpopgen.github.io/libsequence/) - a C++ library for representing and analyzing population genetics data. [GPL] * [SeqAn](http://www.seqan.de/) - algorithms and data structures for the analysis of sequences with the focus on biological data. [BSD/3-clause] * [Vcflib](https://github.com/ekg/vcflib) - a C++ library for parsing and manipulating VCF files. [MIT] * [Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files.