diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-05-02 21:57:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-02 21:57:28 +0700 |
commit | b8c2c78891dfd2ca46f93d7ce00cf2681d34d4bc (patch) | |
tree | b445ea86018073a8e103b24b4cabe13d2bfbf1a0 /academic/bpp-phyl/README | |
parent | 4ee259a3bc486f4902426d87d918cbf4666a1971 (diff) | |
download | slackbuilds-b8c2c78891dfd2ca46f93d7ce00cf2681d34d4bc.tar.gz |
academic/bpp-phyl: Added (Bio++ Phylogenetic Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/bpp-phyl/README')
-rw-r--r-- | academic/bpp-phyl/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/bpp-phyl/README b/academic/bpp-phyl/README new file mode 100644 index 0000000000..658bbc2751 --- /dev/null +++ b/academic/bpp-phyl/README @@ -0,0 +1,8 @@ +Bio++ is a set of C++ libraries for Bioinformatics, including sequence +analysis, phylogenetics, molecular evolution and population genetics. +Bio++ is Object Oriented and is designed to be both easy to use and +computer efficient. Bio++ intends to help programmers to write +computer expensive programs, by providing them a set of re-usable +tools. + +This contains the Bio++ Phylogenetic Library. |