Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
forked from xstreck1/TREMPPI

Toolkit for Reverse Engineering of Molecular Pathways via Parameter Identification

License

Notifications You must be signed in to change notification settings

riplotus/TREMPPI

Open more actions menu
 
 

Repository files navigation

TREMPPI

Toolkit for Reverse Engineering of Molecular Pathways via Parameter Identification

USER GUIDE: http://dibimath.github.io/TREMPPI/

PLEASE DO NOT BUILD FROM THE MASTER BRANCH, IT IS DEVELOPMENT-ONLY! THE STABLE RELEASE CAN BE ACCESSED AT: https://github.com/xstreck1/TREMPPI/releases

Licensed under GNU GPL v3: http://www.gnu.org/licenses/gpl-3.0.en.html

3rd party content

C++ libraries included (see the directory for the specific license):

JS libraries included (open-source):

BUILDING

Install dependencies, run CMake and then compile with your compiler.

Defines (for CMake, use only if CMake can't find the specified locations):

  • BUILD_TEST: use to build testing binary (see below, default off)
  • BOOST_ROOT: use to specify boost location (the folder that holds both libraries and headers)
  • GTEST_ROOT: use to specify gtest location, only if building gtest
  • GECODE_DIR: use to specify gecode constraint solver binary location, do not mix with GECODE_LOCAL
  • GECODE_LOCAL: use to specify gecode constraint solver source location, do not mix with GECODE_DIR
  • TREMPPI_STATIC: use to build with static version of existing libraries (boost, gecode, etc...), will still depend on the runtime libraries and pythonlib

Dependencies:

  • CMake 2.8 (or higher)
  • GCC 4.9.0 (or higher) or Visual Studio 2015 (or higher) or Clang 3.4.2 (or higher)
  • Boost libraries 1.54.0 (or higher)
  • Gecode 4.2.1 (or higher), get here: http://www.gecode.org/
  • Python 3.x.x (or higher), compiled for the same architecture (so 32-bit if you compile 32-bit target and 64-bit if you compile 64-bit target)
  • Python packages flask-user, libSBML

Optional:

  • GTest 1.7.0 (or higher) - only for testing

About

Toolkit for Reverse Engineering of Molecular Pathways via Parameter Identification

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.4%
  • JavaScript 33.2%
  • C++ 6.6%
  • CSS 2.1%
  • Python 1.3%
  • HTML 0.3%
  • CMake 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.