Added BioC++

This commit is contained in:
kokuB
2018-10-02 21:37:37 +05:30
committed by GitHub
parent 1cc1eade55
commit dfcb92dccd

View File

@@ -149,6 +149,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
## Biology
*Bioinformatics, Genomics, Biotech*
* [BioC++](http://biocpp.sourceforge.net/) - C++ Computational Libraries for Bioinformatics. [BSD]
* [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]