Skip to content

Commit

Permalink
Add release info
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Souvorov committed Jul 16, 2018
1 parent 30107dd commit bca8e74
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ For questions regarding SKESA, please contact

I. COMPILATION

Download source code for SKESA
Download current source code for SKESA
$ git clone https://github.com/ncbi/SKESA
Alternatively, download last stable release from https://github.com/ncbi/SKESA/releases
Releases also include test data and precompiled binary.

Do following:
$ cd SKESA
Expand All @@ -22,13 +24,14 @@ I. COMPILATION
$ make -f Makefile.nongs

BOOST install is expected by makefiles in the SKESA release. If you
do not have BOOST_PATH defined, please specify using a command like
do not have BOOST on the system path, please specify BOOST_PATH using a command like
setenv BOOST_PATH /netopt/ncbi_tools64/boost-1.62.0-ncbi1
before running make.

These make files have been tested with BOOST v 1.62.0 and gcc v 4.9.

======================================================================

II. SYNOPSIS

Running
Expand Down Expand Up @@ -98,6 +101,7 @@ II. SYNOPSIS
Note that --sra_run option is not available if SKESA is built using Makefile.nongs

======================================================================

II. SHORT DESCRIPTION

SKESA is a de-novo sequence read assembler for microbial genomes
Expand Down Expand Up @@ -155,6 +159,7 @@ II. SHORT DESCRIPTION
estimate is different.

======================================================================

III. USAGE EXAMPLES

In all the examples below, we are providing 4 cores and have 48 Gb of memory.
Expand Down

0 comments on commit bca8e74

Please sign in to comment.