IgRepertoireConstructor is a tool for construction of antibody repertoire and immunoproteogenomics analysis
See which versions of igrec are available:
$ module avail igrec
Load igrec into your environment:
$ module load igrec/3.0.0
Notes from the sysadmin during installation:
$ cd /tmp $ git clone https://github.com/yana-safonova/ig_repertoire_constructor.git $ cd ig_repertoire_constructor $ scl enable devtoolset-4 bash $ module load python/2.7.13 $ sudo mkdir -p /export/apps/igrec/3.0.0 $ sudo chown aorth /export/apps/igrec/3.0.0 $ virtualenv /export/apps/igrec/3.0.0 $ . /export/apps/igrec/3.0.0/bin/activate $ pip install numpy $ pip install biopython $ pip install scipy $ pip install matplotlib $ make $ cp -r * /export/apps/igrec/3.0.0 $ sudo chown -R root:root /export/apps/igrec