Carrot root and DNA VCRU Bioinformatics USDA ARS Vegetable Crops Research Unit

This page was last updated on Monday, 24-Feb-2020 13:38:16 CST

Installation notes for BLAST+ version 2.2.28

Home Page

Prerequisites

None

Installation

  1. $ ver="2.2.28"
  2. $ subver="+-1"
  3. $ cd /programinstallers/
  4. $ wget -N ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/$ver/ncbi-blast-${ver}${subver}.x86_64.rpm
  5. Fedora install:
    $ sudo yum install ncbi-blast-${ver}${subver}.x86_64.rpm --nogpgcheck
    Ubuntu install:
    $ sudo alien -i ncbi-blast-${ver}${subver}.x86_64.rpm
  6. Optional, install www blast
    $ wget -N ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/2.2.26/wwwblast-$ver-x64-linux.tar.gz
  7. $ cd /usr/local/bin/
  8. $ tar -zxvf /programinstallers/wwwblast-2.2.26-x64-linux.tar.gz