Skip to content

Commit 191454d

Browse files
committed
fix readme formatting
1 parent 964cf33 commit 191454d

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

INSTALL

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Installation
22
There are a few ways to install snp-sites. The simpliest way is using apt (Debian/Ubuntu), HomeBrew (OSX) or LinuxBrew.
33

4+
* Linux - Ubuntu/Debian
5+
* Linux - CentOS/RHEL
6+
* Linux - using LinuxBrew
7+
* OSX - using HomeBrew
8+
* OSX/Linux - from source
9+
* OSX/Linux - from a release tarball
10+
411
## Linux - Ubuntu/Debian
512
If you have a recent version of Ubuntu or Debian then you can install it using apt.
6-
13+
```
714
apt-get install snp-sites
8-
15+
```
16+
917
## Linux - CentOS/RHEL
1018
The easiest way to install on CentOS/RHEL is to use [LinuxBrew](http://brew.sh/linuxbrew/). Enable EPEL and make sure compilers are installed.
1119
```

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/sanger-pathogens/snp_sites.png?branch=master)](https://travis-ci.org/sanger-pathogens/snp-sites)
1+
[![Build Status](https://travis-ci.org/sanger-pathogens/snp-sites.png?branch=master)](https://travis-ci.org/sanger-pathogens/snp-sites)
22
# SNP-sites
33
Rapidly decreasing genome sequencing costs have led to a proportionate increase in the number of samples used in prokaryotic population studies. Extracting single nucleotide polymorphisms (SNPs) from a large whole genome alignment is now a routine task, but existing tools have failed to scale efficiently with the increased size of studies. These tools are slow, memory inefficient and are installed through non-standard procedures. We present SNP-sites which can rapidly extract SNPs from a multi-FASTA alignment using modest resources and can output results in multiple formats for downstream analysis. SNPs can be extracted from a 8.3 GB alignment file (1,842 taxa, 22,618 sites) in 267 seconds using 59 MB of RAM and 1 CPU core, making it feasible to run on modest computers. It is easy to install through the Debian and Homebrew package managers, and has been successfully tested on more than 20 operating systems. SNP-sites is implemented in C and is available under the open source license GNU GPL version 3.
44

@@ -64,11 +64,19 @@ All the SNP sites in a format for RAxML and other tree building applications.
6464
# Installation
6565
There are a few ways to install snp-sites. The simpliest way is using apt (Debian/Ubuntu), HomeBrew (OSX) or LinuxBrew.
6666

67+
* Linux - Ubuntu/Debian
68+
* Linux - CentOS/RHEL
69+
* Linux - using LinuxBrew
70+
* OSX - using HomeBrew
71+
* OSX/Linux - from source
72+
* OSX/Linux - from a release tarball
73+
6774
## Linux - Ubuntu/Debian
6875
If you have a recent version of Ubuntu or Debian then you can install it using apt.
69-
76+
```
7077
apt-get install snp-sites
71-
78+
```
79+
7280
## Linux - CentOS/RHEL
7381
The easiest way to install on CentOS/RHEL is to use [LinuxBrew](http://brew.sh/linuxbrew/). Enable EPEL and make sure compilers are installed.
7482
```

0 commit comments

Comments
 (0)