Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

deepTools is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
 
Links
Author
License
LICENSE.txt

deepTools: suite of common processing routies for deep sequencing data

This suite of tools provides useful routines to deal with mapped reads. This includes converting bams to bigwig or bedgraph coverage files, run a GC correction and plot heatmaps and profiles.

Install from source

The easiest way to install deepTools is by downloading the source file and using python pip or easy_install tools:

$ pip install deepTools $ vim [deepTools folder]/config/deepTools.cfg

The deepTools.cfg file contains several variables that need to be adjusted.

Other option is to clone the repository

$ git clone https://github.com/fidelram/deepTools

Then go to the deepTools directory, edit the deepTools.cfg file and then run the install script a:

$ cd deepTools $ vim config/deepTools.cfg $ python setup.py install

By default, the script will install python library and executable codes globally, which means you need to be root or administrator of the machine to complete the installation. If you need to provide a nonstandard install prefix, or any other nonstandard options, you can provide many command line options to the install script.

$ python setup.py --help

To install under a specific location use:

$ python setup.py install --prefix <target directory>
Galaxy Installation with the Tool Shed

deepTools can be easily integrated into [Galaxy](http://galaxyproject.org). All wrappers and dependencies are available in the [Galaxy Tool Shed](http://testtoolshed.g2.bx.psu.edu/view/bgruening/deeptools).

Installation via webbrowser
  • go to the [admin page](http://localhost:8080/admin)
  • select Search and browse tool sheds
  • Galaxy test tool shed → Sequence Analysis → deeptools
  • install deeptools

For support, questions, or feature requests contact: deeptools@googlegroups.com

Subscribe to package updates

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.