User Tools

Site Tools


igblast-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
igblast-software [2016/09/14 09:17] – created joguyaigblast-software [2020/04/16 13:43] (current) aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.6.0+  * Version: 1.10.0
   * Added: September, 2016   * Added: September, 2016
-  * Link: https://www.ncbi.nlm.nih.gov/igblast/+  * Updated: April, 2020 
 +  * Link: https://ncbi.github.io/igblast/
  
 ===== Usage ===== ===== Usage =====
Line 14: Line 15:
 <code>$ module avail igblast</code> <code>$ module avail igblast</code>
  
-Load igblast +Load one version into your environment and run it: 
-<code>$ module load igblast/1.6.0</code>+<code>$ module load igblast/1.10.0 
 +$ igblastn 
 +$ igblastp</code>
  
 ===== Installation ====== ===== Installation ======
  
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
-<code> +<code>$ cd /tmp 
-$ cd /tmp +$ wget ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.10.0/ncbi-igblast-1.10.0-x64-linux.tar.gz 
-$ wget ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.6.0/ncbi-igblast-1.6.0-src.zip +tar xf ncbi-igblast-1.10.0-x64-linux.tar.gz 
-unzip ncbi-igblast-1.6.0-src.zip +sudo mkdir -p /export/apps/igblast/1.10.0 
-cd ncbi-igblast-1.6.0-src/c++ +$ sudo mkdir -p /export/apps/igblast/1.10.0/data 
-$ sudo mkdir -p /export/apps/igblast/1.6.0/ +$ sudo cp -r ncbi-igblast-1.10.0//export/apps/igblast/1.10.0 
-$ sudo chown -R joguya:joguya /export/apps/igblast/1.6.0/ +sudo mkdir /export/apps/igblast/1.10.0/data 
-scl enable devtoolset-2 bash +sudo chown aorth /export/apps/igblast/1.10.0/data 
-$ ./configure --prefix=/export/apps/igblast/1.6.0/ +$ cd /export/apps/igblast/1.10.0/data 
-make +wget -r -nH --cut-dirs=4 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/internal_data 
-make install +wget -r -nH --cut-dirs=4 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/database 
-$ sudo chown -R root:root /export/apps/igblast/1.6.0/+$ wget -r -nH --cut-dirs=4 ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/optional_file 
 +$ sudo chown -R root:root /export/apps/igblast/1.10.0/data
 </code> </code>
igblast-software.1473844665.txt.gz · Last modified: 2016/09/14 09:17 by joguya