From 9b8bc8102d3a32bdfbaff955da4127e20aca00e7 Mon Sep 17 00:00:00 2001 From: Sarvesh Prakash Nikumbh Date: Mon, 31 Jul 2017 23:38:11 +0200 Subject: [PATCH] Updated readme refers to issue 7 for installation instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39b2be4..4c10c37 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ bioRxiv DOI: https://doi.org/10.1101/139618 ## Requirements: - MATLAB 9.0.0.341360 (R2016a) [We developed _CoMIK_ using this version of MATLAB. Compatibility with earlier versions is to be checked.] - Python 2.7 or higher -- SHOGUN Release version 3.2.0 +- SHOGUN Release version 3.2.0 [See issue #7 (issues/7) in this regard] For the visualizations, the following R (R version 3.4.0) packages are needed - Lattice (lattice_0.20-35) @@ -22,7 +22,7 @@ We use MKL implementation from Shogun's modular interface for Python. The Python ## Installation: ```MATLAB -git clone https://github.molgen.mpg.de/snikumbh/comik +git clone https://github.molgen.mpg.de/snikumbh/comik.git cd comik sh install.sh ```