diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-05-02 21:07:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-02 21:07:39 +0700 |
commit | c3ea5fb5a89a468141fdc3c7c040610690a0f193 (patch) | |
tree | 66eb718ccc10a267b355ce6984363968619d60c7 /academic/bpp-core/README | |
parent | bacdbf89b96e0744a971cb0fa8b474e66ef38bf1 (diff) | |
download | slackbuilds-c3ea5fb5a89a468141fdc3c7c040610690a0f193.tar.gz |
academic/bpp-core: Added (Bio++ Core Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/bpp-core/README')
-rw-r--r-- | academic/bpp-core/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/bpp-core/README b/academic/bpp-core/README new file mode 100644 index 0000000000..6210addd2e --- /dev/null +++ b/academic/bpp-core/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++ Core Library. |