From af519299e87b375a81860fd7e31de8ecb2d714bb Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 10 Oct 2014 15:36:32 -0500 Subject: [PATCH] SeqAn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a266146..13078af 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* +* [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.