From 76b4efe303f41f327fb73dc4ee36a788716d10df Mon Sep 17 00:00:00 2001 From: kokuB <43787211+kokuB@users.noreply.github.com> Date: Tue, 2 Oct 2018 21:45:55 +0530 Subject: [PATCH] Added Chaste --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a21c48d..174d64a 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Biology *Bioinformatics, Genomics, Biotech* +* [Chaste](http://www.cs.ox.ac.uk/chaste/) - An open source C++ library for the computational simulation of mathematical models developed for physiology and biology. [BSD-3-Clause] * [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]