From 3c9ad9a724b3775fa06c802911c97251afd1930d Mon Sep 17 00:00:00 2001 From: Dave Larson Date: Fri, 13 Jun 2014 22:09:16 -0500 Subject: [PATCH] fix another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc2b042..b69f01a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ SomaticSniper requires that it be linked to an old version of samtools (v0.1.6). As of commit [09ef624](https://github.com/genome/somatic-sniper/commit/09ef624e5bb275e0fd62396a14a878711e746cb9) or version [1.0.4](https://github.com/genome/somatic-sniper/releases/tag/v1.0.4), this should no longer be an issue and tarballs from github should function as intended. In earlier versions, SomaticSniper contained a git submodule called build-common. This submodule contains helper modules for cmake. If you downloaded the source as a tarball from github or forgot to do a recursive clone using git, then you will not have this submodule and will see cmake errors. If you are using git, we recommend you go back and use the --recursive option when cloning the SomaticSniper repository. If you cannot use git, follow the instructions below to remedy the situation. 1. Download the build-common module separately [here](https://github.com/genome/build-common/tarball/master). -2. Extract that tarball and rename the directory it creates to `build-commons`. +2. Extract that tarball and rename the directory it creates to `build-common`. 3. Replace the empty build-common subdirectory in the sniper directory with directory you just created. 4. Resume following the build instructions.