Pysimony
A Pythonic Implementation of Parsimony Inference of Phylogeny
UPDATE: After some bug fixes, I've ditched Pysimony for Javamony: https://sourceforge.net/projects/javamony/
Given Python's beauty, I know that someday I will have to finish Pysimony.
A student's first attempt at a phylogenetic inference program, written in the simplistic yet elegant Python.
Pysimony reads a FASTA file (only ATGC accepted) specified as its only argument. Basic testing has shown that it is slow, inaccurate and most definitely inefficient. An...