You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,7 +123,14 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
123
123
*[libsequence](http://molpopgen.github.io/libsequence/) - A C++ library for representing and analyzing population genetics data. [GPL]
124
124
*[SeqAn](http://www.seqan.de/) - Algorithms and data structures for the analysis of sequences with the focus on biological data. [BSD/3-clause]
125
125
*[Vcflib](https://github.com/ekg/vcflib) - A C++ library for parsing and manipulating VCF files. [MIT]
126
-
*[Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files.
126
+
*[Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files. [MIT]
127
+
128
+
## CLI
129
+
*Console/Terminal User Interface, Command Line Interface*
130
+
131
+
*[Boost.Program_options](http://www.boost.org/doc/libs/1_57_0/doc/html/program_options.html) - A library to obtain program options via conventional methods such as command line and config file. [Boost]
132
+
*[gflags](http://code.google.com/p/gflags/?redir=1) - Commandline flags module for C++. [BSD]
133
+
*[Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
127
134
128
135
## Compression
129
136
*Compression and Archiving Libraries*
@@ -181,13 +188,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
181
188
*[retter](https://github.com/MaciejCzyzewski/retter) - A collection of hash functions, ciphers, tools, libraries, and materials related to cryptography.
182
189
*[Tiny AES128 in C](https://github.com/kokke/tiny-AES128-C) - A small and portable implementation of the AES128 ECB encryption algorithm implemented in C. [PublicDomain]
183
190
184
-
## CUI
185
-
*Console User Interface, Command Line Interface, CLI*
186
-
187
-
*[Boost.Program_options](http://www.boost.org/doc/libs/1_57_0/doc/html/program_options.html) - A library to obtain program options via conventional methods such as command line and config file. [Boost]
188
-
*[gflags](http://code.google.com/p/gflags/?redir=1) - Commandline flags module for C++. [BSD]
189
-
*[Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
190
-
191
191
## Database
192
192
*Database Libraries, SQL Servers, ODBC Drivers, and Tools*
0 commit comments