Ticket #19512: Portfile.rrdtool.diff
File Portfile.rrdtool.diff, 1.5 KB (added by mike.thon@…, 16 years ago) |
---|
-
Portfile
old new 1 # $Id : Portfile 39136 2008-08-10 00:36:51Z raimue@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 5 name mcl 6 version 08-157 7 description TribeMCL is a method for clustering proteins into related \ 8 groups, which are termed 'protein families' 6 version 08-312 7 description MCL - a cluster algorithm for graphs. 9 8 long_description \ 10 TribeMCL is a method for clustering proteins into related groups, which are \ 11 termed 'protein families'. This clustering is achieved by analysing similarity \ 12 patterns between proteins in a given dataset, and using these patterns to \ 13 assign proteins into related groups. In many cases, proteins in the same protein \ 14 family will have similar functional properties. TribeMCL uses a novel clustering \ 15 method (Markov Clustering or MCL) which solves problems which normally hinder \ 16 protein sequence clustering. 9 The MCL algorithm is short for the Markov Cluster Algorithm, \ 10 a fast and scalable unsupervised cluster algorithm for graphs \ 11 based on simulation of (stochastic) flow in graphs. 17 12 maintainers mike.thon@gmail.com 18 13 categories science 19 14 platforms darwin 20 15 homepage http://micans.org/mcl/ 21 16 master_sites http://micans.org/mcl/src/ 22 checksums md5 98d7e7712fa356ebf4dd75ba37ee907717 checksums md5 bad361f1d091eb89d565a3dbeb0e63a9 23 18 configure.args --enable-blast --mandir=${prefix}/share/man