Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ernfrid committed Jun 14, 2014
1 parent a0bc905 commit 3c9ad9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 3c9ad9a

Please sign in to comment.