Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 405 Bytes

seqServer

Version 3.0.1

Code to help serve sequence analysis results

Installing

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