HTSeq
HTSeq is a Python package that provides infrastructure to process data from high-throughput sequencing assays.
Documentation
Usage
To see what versions of HTSeq are available type
module avail htseq
To see what other modules are needed, what commands are available and how to get additional help type
module help htseq
To use HTSeq, include a command like this in your batch script or interactive session to load the HTSeq module:
module load htseq
Be sure you also load any other modules needed, as listed by the module help htseq
command.