5Dec/100
Installing ABySS
To install ABySS on an system running an older version of gcc and use the following commands.
>./configure --enable-maxk=96 --disable-openmp \
CPPFLAGS=-I<path to google-sparsehash install>/include \
--prefix=<ABySS install directory>/
>make AM_CXXFLAGS=-Wall
>make install