Blaise LI's programs





How to proceed?

These programs are in .tar.gz archives containing documentation in README.txt files. Download the archive you want, extract the files and read the README.txt file (of course, you are also allowed to read the other files).
Under Windows, you will perhaps need a program like 7-zip to extract the files.
In a unix-like command-line environnement (like the Terminal you have in MacOSX or Linux), go to the directory where you downloaded the archive (with the command cd) and use tar:
tar -xvzf *.tar.gz
Other extraction tools might work.

Phylogeny programs

Warning: these programs are not maintained. Bugs have been found in rely.py
If you are interested in running my repetition index method, you may write me and we can think about making a new and less buggy version of the program.

The following programs should work on any computer on which a version of python 2.3 to 2.7 is installed.
They are released under the GNU General Public Licence, version 2.

concatnexus.py: a program to prepare phylogenetic analyses using the partial combination approach (Dettaï and Lecointre, 2004). Can also be used to just assemble data matrices together.
rely.py: a program to extract reliable clades from compared trees using the repetition index (Li et al., 2010).
The use of rely.py is easier if you prepared your analyses with concatnexus.py.
As of November 2010, the output format of MrBayes seems to have changed relative to the time I wrote the programs. Some work may be needed in order to take this into account.
Some bugs affecting analyses where only some of the combinations are used have been fixed in revision 19 of rely.py (uploaded September the 10th, 2009).

supertri.py: a program implementing a supertree method based on branch support analyses of multiple independent data sets (SuperTRI, Ropiquet et al., 2009).
Some bugs have been fixed in revision 57 of supertri.py (uploaded february the 12th, 2010).

Other programs

As part of my work, I have made some code available on bitbucket.



Valid XHTML 1.0 Transitional