Coder Social home page Coder Social logo

hisakatha / mirnylib-legacy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mirnylab/mirnylib-legacy

0.0 1.0 0.0 7.28 MB

A legacy repository. Useful functionality was ported to cooltools.lib.numutils.

License: MIT License

C++ 1.38% Python 98.20% Makefile 0.42%

mirnylib-legacy's Introduction

mirnylib

Notice 6/14/19

This repository is not actively maintained.

Please see cooler (https://github.com/mirnylab/cooler/), cooltools (https://github.com/mirnylab/cooltools), and distiller (https://github.com/mirnylab/distiller-nf) for actively maintained & developed Hi-C analysis tools.

Installation

Use pip. There is also an install script (Linux only).

Get the latest:

$ pip install https://bitbucket.org/mirnylab/mirnylib/get/tip.tar.gz

Or clone the repo, build extensions, and install in development mode:

$ hg clone https://bitbucket.org/mirnylab/mirnylib
$ cd mirnylib
$ python setup.py build_ext --inplace
$ pip install -e .

Installation Requirements

Python 2.7/3.3+

Dependencies

For the h5py package to install properly, you need to have the shared library and development headers for HDF5 1.8.4 or newer installed (libhdf5-dev or similar). See the h5py docs for more information.

Required:

  • numpy (1.6+)
  • scipy
  • matplotlib
  • h5py
  • biopython
  • joblib (0.6.3+)
  • bx-python (preferably from the bitbucket repo by james_taylor)
  • Cython (0.16+) to build Cython extensions from .pyx source (C files no longer provided)

Notes

We highly recommend using the conda package/environment manager if you have trouble building the core scientific Python packages.

$ conda install numpy scipy matplotlib h5py cython

See also

hiclib

mirnylib-legacy's People

Contributors

mimakaev avatar golobor avatar nvictus avatar gfudenberg avatar nanguage avatar

Watchers

 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.