MCL

Introduction

http://www.micans.org/mcl/

Usage

module load bioinformatics/mcl/12.135

Installation

cd /sw/bioinformatics/mcl/12-135/src
tar -zxvf mcl-12-135.tar.gz
cd /sw/bioinformatics/mcl/12-135/src/mcl-12-135


module load load bioinformatics/ncbi/2009.3
module load load blast/2.2.22


export CFLAGS='-g -O2 -Wall -ansi -pedantic -DVALUE_AS_DOUBLE'

cd /sw/bioinformatics/mcl/12-135/src/mcl-12-135
./configure  --prefix=/sw/bioinformatics/mcl/12-135  --enable-blast 2>&1 | tee configure_mcl_log
make 2>&1 | tee make_mcl.log

make install 2>&1 | tee make_install_mcl.log




Reference

1. http://www.micans.org/mcl/