User Tools

Site Tools


htseq-software

This is an old revision of the document!


Table of Contents

htseq

A framework to process and analyze data from high-throughput sequencing (HTS) assays.

Information

Usage

See versions of htseq which are available:

$ module avail htseq

Load one version into your environment:

$ module load htseq/0.9.1

Installation

Notes from the sysadmin during installation:

$ module load python/3.6.2
$ sudo mkdir -p /export/apps/htseq/0.9.1
$ sudo chown aorth /export/apps/htseq/0.9.1
$ python -m venv /export/apps/htseq/0.9.1
$ . /export/apps/htseq/0.9.1/bin/activate
$ pip install HTSeq
$ pip install matplotlib
$ sudo chown -R root:root /export/apps/htseq/0.9.1
htseq-software.1505909659.txt.gz · Last modified: 2017/09/20 12:14 by aorth