Git Product home page Git Product logo

pastis's Introduction

PASTIS: Poisson-based algorithm for stable inference of DNA Structure

This package is divided into two parts: a python module and two C++ programs. To function properly, you need both the python module and the C++ programs.

Dependencies

For Pastis:

  • numpy
  • scipy
  • scikit-learn
  • pyipopt

For MDS_all and PM_all: - ipopt

Install

Pastis

This package uses distutils, which is the default way of installing python modules. To install in your home directory, use:

python setup.py install --user

To install for all users on Unix/Linux:

python setup.py build
sudo python setup.py install

MDS_all/PM_all

You also need to compile the two softwares in src/MDS and src/PM, and place them in the directory of your choice.

1) First install IPOPT: https://projects.coin-or.org/Ipopt IPOPT can be installed anywhere, you will have to tell "3dmodel" where IPOPT is. 2) The "3dmodel" directory can be anywhere you like. 3) You have to edit the file Makefile, and set the following 3 variables at the top: IPOPTPATH, IPOPTINCDIR, IPOPTLIBDIR. 4) Type make.

More information can be found on the project website: http://cbio.ensmp.fr/pastis

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.