From 0029ad780e5a72f5ea09d7e3f0c029c686b54b8b Mon Sep 17 00:00:00 2001 From: bbuchfink Date: Thu, 26 Mar 2015 15:24:33 +0100 Subject: [PATCH] Update README.rst --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index dbfbb958..b82e7042 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -**DIAMOND v0.7.5 by Benjamin Buchfink** - http://github.com/bbuchfink/diamond +**DIAMOND v0.7.6 by Benjamin Buchfink** - http://github.com/bbuchfink/diamond Published in *Nature Methods* **12**, 59–60 (2015) | `doi:10.1038/nmeth.3176 `_ @@ -8,7 +8,7 @@ Download & Installation ======================= If you use a recent **Linux** operating system, you can download the software in binary format for immediate use:: - wget http://github.com/bbuchfink/diamond/releases/download/v0.7.5/diamond-linux64.tar.gz + wget http://github.com/bbuchfink/diamond/releases/download/v0.7.6/diamond-linux64.tar.gz tar xzf diamond-linux64.tar.gz Users of **Mac OS X** and some **old Linux systems** need to compile the software from source (see `Compiling from source`_). @@ -135,13 +135,13 @@ The requirements for compiling DIAMOND are Boost (version 1.53.0 or higher) and To compile DIAMOND from source, invoke the following commands on the shell:: - $ wget http://github.com/bbuchfink/diamond/archive/v0.7.5.tar.gz - $ tar xzf v0.7.5.tar.gz - $ cd diamond-0.7.5/src + $ wget http://github.com/bbuchfink/diamond/archive/v0.7.6.tar.gz + $ tar xzf v0.7.6.tar.gz + $ cd diamond-0.7.6/src $ ./install-boost # optional, for installing Boost $ make -The diamond binary will be created in ``diamond-0.7.5/bin``. +The diamond binary will be created in ``diamond-0.7.6/bin``. Scoring matrices ================