User Tools

Site Tools


cooler-software

Table of Contents

cooler

Cooler is a support library for a sparse, compressed, binary persistent storage format, also called cooler, used to store genomic interaction data, such as Hi-C contact matrices.

Information

Usage

See which versions of cooler are available:

$ module avail cooler

Load one version into your environment and run it:

$ module load cooler/0.8.10
$ cooler

Installation

Notes from the sysadmin during installation:

$ sudo mkdir -p /export/apps/cooler/0.8.10
$ sudo chown aorth /export/apps/cooler/0.8.10
$ python3 -m venv /export/apps/cooler/0.8.10
$ source /export/apps/cooler/0.8.10/bin/activate
$ pip install cooler==0.8.10
$ sudo chown -R root:root /export/apps/cooler/0.8.10
cooler-software.txt · Last modified: 2020/11/11 08:46 by aorth