deepTools
deepTools is a suite of python tools developed for analysis of high-througput sequencing data.
Documentation
Usage
To see what versions of deepTools are available type
module avail deeptools
To see what other modules are needed, what commands are available and how to get additional help type
module help deeptools
To use deepTools, include a command like this in your batch script or interactive session to load the deeptools module:
module load deeptools
Be sure you also load any other modules needed, as listed by the module help deeptools
command.