Software:Mesquite

From HandWiki
Mesquite: A modular system for evolutionary analysis
Mesquite-screenshot.png
Original author(s)Wayne P. Maddison, David R. Maddison
Initial releaseMarch 14, 2001 (2001-03-14)
Stable release
3.61 / December 26, 2019; 4 years ago (2019-12-26)
Written inJava
Operating systemMacintosh, Windows, Unix-like
PlatformCross-platform
Typescience
Websitemesquiteproject.wikispaces.com

Mesquite is a software package primarily designed for phylogenetic analyses. It was developed as a successor to MacClade,[1] when the authors recognized that implementing a modular architecture in MacClade would be infeasible.[2] Mesquite is largely written in Java and uses NEXUS-formatted files[3] as input. Mesquite is available as a compiled executable for Macintosh, Windows, and Unix-like platforms,[4] and the source code is available on GitHub.

Rationale

The architecture of Mesquite was explicitly designed to exploit the modularity and extensibility of Object-oriented programming.[5] In practice, Mesquite modules are Java classes, usually concrete sub-classes of abstract class definitions.[6] This modular architecture has afforded the development of additional packages[7] that can be used as plug-ins to Mesquite.

Scope

Mesquite provides a number of analyses including ancestral state estimation and diversification analysis. Mesquite also contains tools for simulating data such as species trees, gene trees, and DNA matrices. The base distribution of Mesquite affords interoperability with other programs, for such purposes as multiple sequence alignment (e.g. Clustal and MAFFT), as well as the ability to retrieve DNA sequence data from GenBank. Mesquite includes some rudimentary tools for phylogenetic tree estimation; however, the Zephyr[8] package provides a Mesquite interface for interacting with other phylogenetic inference programs including RAxML,[9][10] PAUP*, and GARLI.

External links

References