igblast-software
This is an old revision of the document!
Table of Contents
IgBLAST
IgBLAST was developed at NCBI to facilitate analysis of immunoglobulin variable domain sequences but has recently been extended to perform analysis for T cell receptor (TR) sequences.
Information
- Version: 1.6.0
- Added: September, 2016
Usage
See which versions of igblast are available:
$ module avail igblast
Load igblast
$ module load igblast/1.6.0
Installation
Notes from the sysadmin during installation:
$ cd /tmp $ wget ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.6.0/ncbi-igblast-1.6.0-src.zip $ unzip ncbi-igblast-1.6.0-src.zip $ cd ncbi-igblast-1.6.0-src/c++ $ sudo mkdir -p /export/apps/igblast/1.6.0/ $ sudo chown -R joguya:joguya /export/apps/igblast/1.6.0/ $ scl enable devtoolset-2 bash $ ./configure --prefix=/export/apps/igblast/1.6.0/ $ make $ make install $ sudo chown -R root:root /export/apps/igblast/1.6.0/
igblast-software.1587031565.txt.gz · Last modified: 2020/04/16 10:06 by aorth