Bio++ is a set of C++ libraries for Bioinformatics, including sequence analysis, phylogenetics, molecular evolution and population genetics. Bio++ is fully Object Oriented and is designed to be both easy to use and computer efficient.

Wednesday March 21 2012 [14:39]

New RPM repository

RPM packages are now available for a variety of distributions (Fedora, CentOS, RedHat, Mandriva, Suse) through the openSUSE build service at http://download.opensuse.org/repositories/home:/jdutheil:/Bio++/.

Posted by Julien Dutheil

Monday March 05 2012 [16:07]

Bio++ 2.0.3 is out!

This new version includes multiple bugs fixed and feature improvements. New packages have been generated, notably for the debian and ubuntu linux distributions. In addition, our local repository has been refactored in order to include programs from the Bio++ forge (for instance 'bppsuite', 'comap', or the new 'testnh'). Check the installation page on the wiki for more details!

In addition, some new example files are available for the Bio++ workshop in Bern.


Posted by Julien Dutheil

Monday June 20 2011 [16:09]

The version which was not one

A new version of Bio++ (2.0.2) has been released. It is however only distributed as debian packages, as it was created mostly for the purpose of testing the integration to debian (see the wiki for more details and http://packages.debian.org/sid/bppsuite for example). A full release (2.0.3), including additional bug fixes will be generated soon.

Posted by Julien Dutheil | File under: News

Tuesday March 15 2011 [14:54]

First patch for version 2.0, new library and more!

We are glad to announce the first patch of the 2.0.0 libraries, including a few bug fixes, but also better packages which should works with all major linux distributions (deb-based and rpm-based). The Bio++ Program Suite packages are now also available on this repository. We also propose a first release of the bpp-qt library, featuring graphical classes. As its names indicates, it links against qt (4). To get a hint on what bpp-qt can do, you can try the Bio++ Phylogenetic Viewer, also proposed for download in its version 0.1.0 (see the Project section for some screenshots). All the libs and programs can also be installed using the bpp-setup.sh script.

Posted by Julien Dutheil | File under: News

Tuesday February 08 2011 [17:39]

Bio++ version 2.0

Bio++ 2.0 is out! It features a lot of new tools and methods, including support for NGS data formats and new powerful sequence evolution models. The increasing amount of code has been reorganized into a new source tree (see the Source Tree page for details). Libraries have been renamed to
  • bpp-core (the former Utils and NumCalc)
  • bpp-seq (the former SeqLib)
  • bpp-phyl (the former PhylLib)
  • bpp-popgen (the former PopGenLib)
  • bpp-raa
  • bpp-qt (still in development)
The sources have migrated to a new Git repository, browsable at http://biopp.univ-montp2.fr/forge/. A new wiki has been set up, where you can find help for using the libraries. Finally, we started to implement unit testing for a better code robustness. The code is checked nightly and the results are reported on the dashboard at http://biopp.univ-montp2.fr/dashboard/. A new bug tracking system was set up, do not hesitate to use it and report errors you main encounter, or features you would like to see implemented http://biopp.univ-montp2.fr/bug/.

Posted by Julien Dutheil | File under: News

Friday November 12 2010 [14:03]

New development tools online

The main website underwent a few changes in order to integrate new development tools, namely a bug-tracking system (using MantisDB), project-specific websites using Trac, and a dashboard using CDash. And of course the wiki which is going to supersede the old tutorial and some of the pages on this website (notably installation and configuration help pages).

On the Trac pages of each project, and also on the dashboard, advanced developers will be able to find a link toward the most recent API documentation, nightly built from the Git central repository.


Posted by Julien Dutheil | File under: Website