diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-05-02 21:29:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-02 21:29:00 +0700 |
commit | 4ee259a3bc486f4902426d87d918cbf4666a1971 (patch) | |
tree | 8061f3b66da50bc0f770059a5cc8aed01d04edf1 /academic/bpp-seq/README | |
parent | c3ea5fb5a89a468141fdc3c7c040610690a0f193 (diff) |
academic/bpp-seq: Added (Bio++ Sequence library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/bpp-seq/README')
-rw-r--r-- | academic/bpp-seq/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/bpp-seq/README b/academic/bpp-seq/README new file mode 100644 index 0000000000000..080d3ae4f60f7 --- /dev/null +++ b/academic/bpp-seq/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++ Sequence Library. |