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
Last revisionBoth sides next revision
igblast-software [2016/09/14 09:17] – created joguyaigblast-software [2020/04/16 10:47] 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 -/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/ +
-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/+
 </code> </code>
 +
 +Note: I did not install the databases as I am not sure we need them, as we are not using igblast directly right now. Otherwise, the [[https://ncbi.github.io/igblast/|documentation]] says we need them for versions less than 1.13.0.
igblast-software.txt · Last modified: 2020/04/16 13:43 by aorth