Mercurial > repos > iuc > package_mcl_12_135
view tool_dependencies.xml @ 0:9f59d1a59999 draft default tip
initial Uploaded
author | iuc |
---|---|
date | Sat, 22 Feb 2014 05:47:42 -0500 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="mcl" version="12.135"> <install version="1.0"> <actions> <action type="download_by_url">http://micans.org/mcl/src/mcl-12-135.tar.gz</action> <action type="shell_command"> ./configure --prefix=$INSTALL_DIR </action> <action type="shell_command">make install</action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> The MCL algorithm is short for the Markov Cluster Algorithm, a fast and scalable unsupervised cluster algorithm for graphs (also known as networks) based on simulation of (stochastic) flow in graphs. http://micans.org/mcl/ </readme> </package> </tool_dependency>