Code Monkey home page Code Monkey logo

seer's Introduction

seer

Sequence element enrichment analysis. This document contains installation instuctions. Usage can be found on the wiki, and more information in the paper.

Installation

First clone the repository

git clone --recursive https://github.com/johnlees/seer

If you already have dlib:

git clone https://github.com/johnlees/seer

Currently tested on Linux only, installation should proceed as

make
make install

Dependencies

seer currently depends on

You will also require

  • gcc >4.9 or equivalent
  • gcc libstdc++ >4.9

You probably already have boost, HDF5 and dlib (as long as you did clone --recursive).

###Brief installation instructions

gzstream

Download and unpack to a folder gzstream in the root of the repository. Change into the directory and type

make

HDF5

Best installed with your distribution's package manager. Otherwise use a binary from https://www.hdfgroup.org/HDF5/release/obtain5.html, or if you wish to compile from source

gunzip < hdf5-X.Y.Z.tar.gz | tar xf -
cd hdf5-X.Y.Z
./configure --prefix=/usr/local/hdf5 <more configure_flags>
make
make check
make install
make check-install

armadillo

Make sure HDF5 is installed first.

Download and unpack. Change into directory and type

cmake -DARMA_USE_HDF5=1 .
make
make install

boost

Best installed with your distribution's package manager, and you should use the c++11 version if possible.

For a manual installation, see http://www.boost.org/doc/libs/1_57_0/more/getting_started/unix-variants.html for details on how to use ./b2 to install. I reccommend that you create a user-config.jam file in the boost root which modifies the gcc compilation:

using gcc:
  : std11
  : g++
  : <cxxflags>-std=c++11

Then run

./bootstrap.sh
./b2 install toolset=gcc-std11

dlib

If not installed use the above git clone command to include with the repository. Otherwise unpack header files to $(PREFIX)/include

installation

Currently tested on Linux only, installation should proceed as

make
make install

You may need to explicitly set the current GCC compiler, which you can do by running

make CXX=g++-4.9

Usage, interpretation of results, and troubleshooting

See the wiki

seer's People

Contributors

johnlees avatar

Watchers

James Cloos avatar Eric Deveaud avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.