diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-05-02 22:16:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-02 22:16:10 +0700 |
commit | 76a9808c95a1088f2ceda0ae0ad48c3dd3bbb17f (patch) | |
tree | 4d94ce3fe0563e6d4aec196316df3adf792999f1 /academic/bpp-popgen/README | |
parent | 80d8f04b6bb875904010ffe97cd1014042c79059 (diff) | |
download | slackbuilds-76a9808c95a1088f2ceda0ae0ad48c3dd3bbb17f.tar.gz |
academic/bpp-popgen: Added (Bio++ Population Genetics Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/bpp-popgen/README')
-rw-r--r-- | academic/bpp-popgen/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/bpp-popgen/README b/academic/bpp-popgen/README new file mode 100644 index 0000000000..0772158a82 --- /dev/null +++ b/academic/bpp-popgen/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++ Population Genetics Library. |