This page was last updated on Friday, 23-Jan-2015 09:06:37 CST
Installation notes for MCL (Markov Clustering algorithm) version 14-137
Home Page
Prerequisites
None
Installation
- $ ver="14-137"
- $ cd /programinstallers/
- $ wget -N http://micans.org/mcl/src/mcl-$ver.tar.gz
- $ tar -zxvf mcl-$ver.tar.gz
- $ cd mcl-$ver
- $ ./configure --prefix=/usr/local/bin/mcl
- $ make
- $ make install
- This can be added to the default PATH
$ sudo nano /etc/profile
…
PATH="$PATH:/usr/local/bin/mcl/bin"
…
- Cleanup
$ cd ..
- $ rm mcl-$ver -rf