Giter Club home page Giter Club logo

htseq's Introduction

Build Status

HTSeq

HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.

NOTE: htseq is currently undergoing a major update. The master (python2.7) and python3 (python>=3.4) branches on github require pysam>=0.9, but the PyPI version refers to the last stable release, which is only compatible with pysam<=0.8.0.We will update the PyPI version within the next few weeks (hopefully!).

Requirements

To use HTSeq you will need:

  • Python ==2.7 (see the python3 branch for Python 3 support)
  • numpy
  • pysam >= 0.9.0

To run the htseq-qa script, you will also need:

  • matplotlib >=1.4

To build the package from source, you will also need:

  • Cython
  • SWIG >=3.0.8

The latter packages are not required if you have already built HTSeq and are transferring the binaries onto another machine with a compatible environment (architechture, shared libraries). If you are not sure, chances are you need them.

Installation

PIP

Install all runtime and build dependencies. Because setuptools has historic issues with cython and optional dependencies, you need to install them before anything.

pip install Cython
pip install 'matplotlib>=1.4'

To install HTSeq itself, you can download the source from github and run:

pip install .

or install directly from PyPI (once the new version becomes available):

pip install HTSeq

Using setup.py (distutils/setuptools)

Install the dependencies with your favourite tool (pip, conda, etc.).

To install HTSeq itself, run:

python setup.py build install

Documentation

Please see:

http://www-huber.embl.de/users/anders/HTSeq/

htseq's People

Contributors

simon-anders avatar paulpyl avatar iosonofabio avatar yhoogstrate avatar unode avatar

Watchers

James Cloos 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.