From 787cf06c19a20fb27b3c9406ac11b61518c200c1 Mon Sep 17 00:00:00 2001 From: SVAKSHA Date: Thu, 25 Sep 2014 17:15:18 +0530 Subject: [PATCH 1/3] created new section for Biology, added wham by @jewmanchue --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9ec1157..d326855 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin - [Artificial Intelligence](#artificial-intelligence) - [Asynchronous Event Loop](#asynchronous-event-loop) - [Audio](#audio) + - [Biology](#biology) - [Compression](#compression) - [Concurrency](#concurrency) - [Containers](#containers) @@ -111,6 +112,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Tonic](https://github.com/TonicAudio/Tonic) - Easy and efficient audio synthesis in C++. [Unlicense] * [Vorbis](http://xiph.org/vorbis/) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. [BSD] +## Biology +*Bioinformatics, Genomics, Biotech + +* [Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files. + ## Compression *Compression and Archiving Libraries* From 949ebe68480fcd1601cd89a9db67453102f53cca Mon Sep 17 00:00:00 2001 From: SVAKSHA Date: Thu, 25 Sep 2014 17:38:08 +0530 Subject: [PATCH 2/3] vcflib by @ekg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d326855..19f0b2b 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 +* [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. ## Compression From b82add0740c041f827f8512e9c9fea9e0d9daa68 Mon Sep 17 00:00:00 2001 From: SVAKSHA Date: Thu, 25 Sep 2014 17:38:58 +0530 Subject: [PATCH 3/3] minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19f0b2b..14a7412 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Vorbis](http://xiph.org/vorbis/) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. [BSD] ## Biology -*Bioinformatics, Genomics, Biotech +*Bioinformatics, Genomics, Biotech* * [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.