Merge pull request #50 from notestaff/ilya-add-libsequence

added libsequence library
This commit is contained in:
Faraz Fallahi
2014-10-10 18:15:22 -05:00

View File

@@ -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.