From 668449578b7433d73dfca931e1b9dcfe941f5d96 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Fri, 7 Jun 2013 23:25:27 -0400 Subject: [PATCH] * updating INSTALL --- INSTALL | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 62ae83b..cc1d7cf 100644 --- a/INSTALL +++ b/INSTALL @@ -2,14 +2,12 @@ Welcome to DWGSIM === Prerequisites === -==== SAMtools ==== -SAMtools version >=0.1.7 is required. Please find SAMtools -at http://samtools.sourceforge.net - -Download the source code and place it in the root -directory. After, execute the following commands: - tar -zxvf samtools-0.1.7.tar.gz - ln -s samtools-0.1.7 samtools +If you have just cloned this repository using GIT, you must +initialize the SAMtools sub-module: + git submodule init + git submodule update +You should now have the SAMtools-compatible version checked +out in the samtools sub-directory. === Building DWGSIM === @@ -25,6 +23,7 @@ to their appropriate installation directories: === DWGSIM with Galaxy === DWGSIM can be incorporated into galaxy. +NB: this is out-of-date. 1. Copy over the wrapper scripts: cp scripts/galaxy/dwgsim_wrapper.* galaxy-dist/tools/sr_mapping