Version 3.0.1
Code to help serve sequence analysis results
requires clang-4.0 or gcc-7 and cmake (required by dependencies)
git clone https://github.com/nickjhathaway/seqServer.git
cd seqServer
#determines compilier
./configure.py
#this will download most of the dependencies
./setup.py --compfile compfile.mk --outMakefile makefile-common.mk
make