Giter Site home page Giter Site logo

peer's Introduction

PEER package source distribution.
A complete documentation can be found her
https://github.com/PMBio/peer/wiki/

##Package content##
Source distribution of the PEER library with bindings to python,R,standalone


######## Installation instructions ##########

##Dependencies##
cmake (http://www.cmake.org/)
optional (R/python API)
SWIG
python/numpy
R


##For the impatient##

Install instructions.
The peer installation tree is baed on cmake.

1) Create a target directory for the build tree
#   mkdir build
2) go to the build directory and call cmake
   cd build
#  cmake ./..
3) 
#   make 
#   make install


##Troubleshooting and further details##

Installing peer binaries:
If make is called with the "install" flag; the standard behviour is to install a peer binary and the peer C++ library to the system-wide targets.
Use "cmake ./.. -DCMAKE_INSTALL_PREFIX=~/my_software/peer" or equivalent to specify your own build target.

*Python module
The python module is not affected by CMAKE_INSTALL_PREFIX. Instead, cmake tries to build the python module and installs it using the python version which is int he path when using the command "python".
You can specify your own python binary by editing CMakeLists.txt
The python interface requires a recent numppy version to be present.

*R module
TODO: Matias



######## USAGE ##########
Quick examples of use cases of peer can be found in examples.
For a comprehensive documentation and examples please see
https://github.com/PMBio/peer/wiki/

peer's People

Contributors

brentp avatar lp2 avatar mz2 avatar ostegle 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.