changeset 0:f694232adf88 draft

initial uploaded
author iuc
date Tue, 01 Oct 2013 17:39:05 -0400
parents
children 7003196be1b1
files tool_dependencies.xml
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Oct 01 17:39:05 2013 -0400
@@ -0,0 +1,21 @@
+<?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</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>