freebsd-ports/biology/phyml/Makefile
Dmitry Marakasov 442b6b908d PhyML is a software that estimates maximum likelihood phylogenies from
alignments of nucleotide or amino acid sequences. It provides a wide range of
options that were designed to facilitate standard phylogenetic analyses. The
main strengths of PhyML lies in the large number of substitution models coupled
to various options to search the space of phylogenetic tree topologies, going
from very fast and efficient methods to slower but generally more accurate
approaches. It also implements two methods to evaluate branch supports in a
sound statistical framework (the non-parametric bootstrap and the approximate
likelihood ratio test). PhyML was designed to process moderate to large data
sets. In theory, alignments with up to 4,000 sequences 2,000,000 character-long
can analyzed. In practice however, the amount of memory required to process a
data set is proportional of the product of the number of sequences by their
length. Hence, a large number of sequences can only be processed provided that
they are short. Also, PhyML can handle long sequences provided that they are
not numerous. With most standard personal computers, the "comfort zone" for
PhyML generally lies around 3 to 500 sequences less than 2,000 character long.

WWW: http://code.google.com/p/phyml/

PR:		136877
Submitted by:	Ben Allen <ben@sysadminschronicles.com>
2009-07-21 01:10:13 +00:00

32 lines
664 B
Makefile

# New ports collection makefile for: phyml 3.0 20090706
# Date created: July 17, 2009
# Whom: ballen
#
# $FreeBSD$
#
PORTNAME= phyml
PORTVERSION= 20090706
CATEGORIES= biology
MASTER_SITES= GOOGLE_CODE
DISTNAME= phyml_20090706
MAINTAINER= ben@sysadminschronicles.com
COMMENT= A simple, fast, and accurate algorithm to estimate large phylogenies
WRKSRC= ${WRKDIR}/${PORTNAME}/src
GNU_CONFIGURE= yes
PLIST_FILES= bin/phyml
USE_AUTOTOOLS= automake:110 aclocal:110
AUTOMAKE_ARGS= --add-missing
.include <bsd.port.pre.mk>
pre-configure:
${RM} ${WRKSRC}/missing
pre-install:
${CHMOD} a+x ${WRKSRC}/install-sh
.include <bsd.port.post.mk>