From 7ff096236686ad7a8aaeaf0bb01d2fffbd5a808a Mon Sep 17 00:00:00 2001 From: bbuchfink Date: Tue, 12 Jul 2016 15:20:32 +0200 Subject: [PATCH] Update README.rst --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index d42e3abd..775bb937 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -**DIAMOND v0.8.12 by Benjamin Buchfink** - http://github.com/bbuchfink/diamond +**DIAMOND v0.8.13 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.8.12/diamond-linux64.tar.gz + wget http://github.com/bbuchfink/diamond/releases/download/v0.8.13/diamond-linux64.tar.gz tar xzf diamond-linux64.tar.gz Users of **Mac OS X** and **older Linux systems** need to compile the software from source (see `Compiling from source`_). On **FreeBSD**, the software can be installed using ``pkg install diamond``. A binary executable for **Windows** is available under Releases. @@ -137,9 +137,9 @@ Compiling from source ===================== To compile DIAMOND from source, invoke the following commands on the shell:: - $ wget http://github.com/bbuchfink/diamond/archive/v0.8.12.tar.gz - $ tar xzf v0.8.12.tar.gz - $ cd diamond-0.8.12 + $ wget http://github.com/bbuchfink/diamond/archive/v0.8.13.tar.gz + $ tar xzf v0.8.13.tar.gz + $ cd diamond-0.8.13 $ mkdir bin $ cd bin $ cmake ..