diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-20 16:54:10 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-20 16:54:10 +0800 |
commit | e57500872e142999b73a6d2c5058eeaeec8ae427 (patch) | |
tree | 2b47c4a17e2887b8eeda41dbe4bfbd228a07fec2 /biology/treepuzzle | |
parent | d0199c491f02ba21c6726563cf77dcfc5b2f0ee9 (diff) | |
download | freebsd-ports-gnome-e57500872e142999b73a6d2c5058eeaeec8ae427.tar.gz freebsd-ports-gnome-e57500872e142999b73a6d2c5058eeaeec8ae427.tar.zst freebsd-ports-gnome-e57500872e142999b73a6d2c5058eeaeec8ae427.zip |
add treepuzzle 5.1
Maximum likelihood phylogeny reconstruction using quartets
PR: 45241
Submitted by: Jan Lentfer <lentferj@neslonek.bio.tu-darmstadt.de>
Diffstat (limited to 'biology/treepuzzle')
-rw-r--r-- | biology/treepuzzle/Makefile | 19 | ||||
-rw-r--r-- | biology/treepuzzle/distinfo | 1 | ||||
-rw-r--r-- | biology/treepuzzle/pkg-comment | 1 | ||||
-rw-r--r-- | biology/treepuzzle/pkg-descr | 18 | ||||
-rw-r--r-- | biology/treepuzzle/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/biology/treepuzzle/Makefile b/biology/treepuzzle/Makefile new file mode 100644 index 000000000000..5da85ab92905 --- /dev/null +++ b/biology/treepuzzle/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: treepuzzle +# Date created: 26 August 2002 +# Whom: lentferj +# +# $FreeBSD$ +# + +PORTNAME= treepuzzle +PORTVERSION= 5.1 +CATEGORIES= biology +MASTER_SITES= http://www.tree-puzzle.de/ +DISTNAME= tree-puzzle-${PORTVERSION} + +MAINTAINER= jan.lentfer@web.de + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/biology/treepuzzle/distinfo b/biology/treepuzzle/distinfo new file mode 100644 index 000000000000..bc21071484fc --- /dev/null +++ b/biology/treepuzzle/distinfo @@ -0,0 +1 @@ +MD5 (tree-puzzle-5.1.tar.gz) = 5c33d8c0d2c5da21f246e9bf6a0c3513 diff --git a/biology/treepuzzle/pkg-comment b/biology/treepuzzle/pkg-comment new file mode 100644 index 000000000000..f74e1b28b924 --- /dev/null +++ b/biology/treepuzzle/pkg-comment @@ -0,0 +1 @@ +Maximum likelihood phylogeny reconstruction using quartets diff --git a/biology/treepuzzle/pkg-descr b/biology/treepuzzle/pkg-descr new file mode 100644 index 000000000000..1e51ea40d926 --- /dev/null +++ b/biology/treepuzzle/pkg-descr @@ -0,0 +1,18 @@ +TREE-PUZZLE is a computer program to reconstruct phylogenetic trees from +molecular sequence data by maximum likelihood. It implements a fast tree search +algorithm, quartet puzzling, that allows analysis of large data sets and +automatically assigns estimations of support to each internal branch. +TREE-PUZZLE also computes pairwise maximum likelihood distances as well as +branch lengths for user specified trees. Branch lengths can be calculated under +the clock-assumption. In addition, TREE-PUZZLE offers a novel method, likelihood +mapping, to investigate the support of a hypothesized internal branch without +computing an overall tree and to visualize the phylogenetic content of a +sequence alignment. TREE-PUZZLE also conducts a number of statistical tests on +the data set (chi-square test for homogeneity of base composition, likelihood +ratio clock test, Kishino-Hasegawa test). The models of substitution provided by +TREE-PUZZLE are TN, HKY, F84, SH for nucleotides, Dayhoff, JTT, mtREV24, VT, +WAG, BLOSUM 62 for amino acids, and F81 for two-state data. Rate heterogeneity +is modeled by a discrete Gamma distribution and by allowing invariable sites. +The corresponding parameters can be inferred from the data set. + +WWW: http://www.tree-puzzle.de diff --git a/biology/treepuzzle/pkg-plist b/biology/treepuzzle/pkg-plist new file mode 100644 index 000000000000..97facbda9454 --- /dev/null +++ b/biology/treepuzzle/pkg-plist @@ -0,0 +1 @@ +bin/puzzle |