diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2022-09-08 06:32:16 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2022-09-08 08:11:03 +0100 |
commit | fced1f8278e40eb935ad46e4b0536c41236684d8 (patch) | |
tree | c3223edd5b6c65d54d8488a567a5b69f87e709ed /academic/bpp-seq/README | |
parent | 3e7d06cc981efcc30c26a19228b8cc32e386d812 (diff) |
academic/bpp-seq: Added (Bio++ Sequence library)
Signed-off-by: Dave Woodfall <dave@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 0000000000..080d3ae4f6 --- /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. |