====== 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 =====
* Version: 1.0.0
* Added: September, 2016
* Updated: June, 2020
* Link: https://changeo.readthedocs.io/en/latest/overview.html
===== Usage =====
See which versions of changeo are available:
$ module avail changeo
Load changeo into your environment:
$ module load changeo/1.0.0
===== Installation ======
Notes from the sysadmin during installation:
$ cd /tmp
$ sudo python3 -m venv /export/apps/changeo/1.0.0
$ sudo chown -R aorth /export/apps/changeo/1.0.0
$ source /export/apps/changeo/1.0.0/bin/activate
$ pip install changeo
$ sudo chown -R root:root /export/apps/changeo/1.0.0