|
0
|
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</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>
|