From owner-cvs-ports@FreeBSD.ORG Wed May 14 13:51:50 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CF3D1065671; Wed, 14 May 2008 13:51:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8738FC0C; Wed, 14 May 2008 13:51:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EDpoNX002265; Wed, 14 May 2008 13:51:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EDpoSh002264; Wed, 14 May 2008 13:51:50 GMT (envelope-from pav) Message-Id: <200805141351.m4EDpoSh002264@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 May 2008 13:51:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology Makefile ports/biology/muscle Makefile distinfo pkg-descr ports/biology/muscle/files patch-Makefile patch-globalslinux.cpp patch-intmath.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 13:51:50 -0000 pav 2008-05-14 13:51:50 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/muscle Makefile distinfo pkg-descr biology/muscle/files patch-Makefile patch-globalslinux.cpp patch-intmath.cpp Log: MUSCLE is multiple alignment software for protein and nucleotide sequences. The name stands for multiple sequence comparison by log-expectation. A range of options is provided that give you the choice of optimizing accuracy, speed, or some compromise between the two. Default parameters are those that give the best average accuracy in the published tests. MUSCLE can achieve both better average accuracy and better speed than CLUSTALW or T-Coffee, depending on the chosen options. Citation: Edgar, R. C. (2004) MUSCLE: multiple sequence alignment with high accuracy and high throughput. Nucleic Acids Research 32(5): 1792-1797. Edgar, R. C. (2004) MUSCLE: a multiple sequence alignment method with reduced time and space complexity. BMC Bioinformatics 5(1): 113. The NAR paper gives only a brief overview of the algorithm and implementation details. For a full discussion of the method and many of the non-default options that it offers, please see the BMC paper. WWW: http://www.drive5.com/muscle/ PR: ports/118460 Submitted by: Motomichi Matsuzaki Revision Changes Path 1.96 +1 -0 ports/biology/Makefile 1.1 +41 -0 ports/biology/muscle/Makefile (new) 1.1 +9 -0 ports/biology/muscle/distinfo (new) 1.1 +35 -0 ports/biology/muscle/files/patch-Makefile (new) 1.1 +94 -0 ports/biology/muscle/files/patch-globalslinux.cpp (new) 1.1 +30 -0 ports/biology/muscle/files/patch-intmath.cpp (new) 1.1 +22 -0 ports/biology/muscle/pkg-descr (new)