User Tools

Site Tools


changeo-software

This is an old revision of the document!


Change-O

Change-O is a collection of tools for processing the output of V(D)J alignment tools, assigning clonal clusters to immunoglobulin sequences, and reconstructing germline sequences.

Information

Usage

See which versions of changeo are available:

$ module avail changeo

Load changeo into your environment:

$ module load changeo/0.3.5

Installation

Notes from the sysadmin during installation:

$ scl enable devtoolset-2 bash
$ module load python/3.4.3
$ sudo mkdir /export/apps/changeo/0.3.5
$ sudo chown aorth /export/apps/changeo/0.3.5
$ python -m venv /export/apps/changeo/0.3.5
$ . /export/apps/changeo/0.3.5/bin/activate
$ pip install -U pip setuptools
$ pip install -U Cython
$ pip install -U numpy scipy pandas biopython
$ pip install -U presto
$ pip install -U changeo
$ sudo chown -R root:root /export/apps/changeo/0.3.5
changeo-software.1496219119.txt.gz · Last modified: 2017/05/31 08:25 by aorth