Mercurial > repos > iuc > package_mcl_12_135
comparison tool_dependencies.xml @ 0:9f59d1a59999 draft default tip
initial Uploaded
author | iuc |
---|---|
date | Sat, 22 Feb 2014 05:47:42 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9f59d1a59999 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="mcl" version="12.135"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://micans.org/mcl/src/mcl-12-135.tar.gz</action> | |
7 <action type="shell_command"> | |
8 ./configure --prefix=$INSTALL_DIR | |
9 </action> | |
10 <action type="shell_command">make install</action> | |
11 <action type="set_environment"> | |
12 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
13 </action> | |
14 </actions> | |
15 </install> | |
16 <readme> | |
17 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. | |
18 http://micans.org/mcl/ | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> |