Skip to content

Commit

Permalink
Grammar fixes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Apr 23, 2015
1 parent 1c37dd9 commit 2bf3a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AXE
AXE very rapidly selects the optimal barcode present in a sequence read, even
in the presence of sequencing errors. The algorithm is able to handle
combinatorial barcoding, barcodes of differing length, and several mismatches
per barcode. Early result indicate far improved accuracy and speed over
per barcode. Early results indicate far improved accuracy and speed over
existing de-multiplexers. Unscientific trials show AXE processes more than
500,000 reads per second.

Expand Down Expand Up @@ -74,7 +74,7 @@ supercomputers, which often have very old versions of zlib. To do so:
wget http://zlib.net/zlib-1.2.8.tar.gz
tar xvf zlib-1.2.8.tar.gz
cd zlib-1.2.8
./configure --prefix=<your_prefix> # e.g. --prefix=~/
./configure --prefix=<your_prefix> # e.g. --prefix=$HOME
make && make install

And then, use the following cmake command, assuming your prefix is `~/`:
Expand Down

0 comments on commit 2bf3a15

Please sign in to comment.