=====
* Switched the build system for the Python module from GNU autotools to Python
distutils. The Python module can now be installed with pip, the Python
package manager. The C++ tools are now packaged separately (and located in the
'tools' subdir of the repo) and still use GNU autotools. The Python module
works independently of the C++ tools, and the tools are only necessary if a
pipeline calls one of them through a wrapper, i.e. the tools are now an
optional dependency like the other third-party tools that BioLite provides
wrappers for. (25)
* BioLite scripts and tools are now prefixed with `bl-` to avoid polluting the
PATH, i.e. `diagnostics` is now `bl-diagnostics`.
* Removed 'build_3rd_party.sh' script. All third-party tools can now be installed
with Bioinformatics Brew (https://bib.bitbucket.org), including the
'biolite-tools' package.
* Cleaned up supermatrix workflow. (agalma-issue-54)
* Added wrappers for running RAxML with MPI. (agalma-issue-115)
* Improved Illumina header detection in the catalog. (agalma-issue-93)
* New standardized header format in the transcriptome workflows. (agalma-issue-116)