User Tools

Site Tools


ivar-software

Differences

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

Link to this comparison view

Next revision
Previous revision
ivar-software [2021/01/17 10:14] – created aorthivar-software [2021/09/05 09:25] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.3+  * Version: 1.3.1
   * Added: January, 2021   * Added: January, 2021
-  * Link: https://andersen-lab.github.io/ivar/html/+  * Updated: September, 2021 
 +  * Link: https://github.com/andersen-lab/ivar
  
 ===== Usage ===== ===== Usage =====
Line 14: Line 15:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load ivar/1.3+<code>$ module load ivar/1.3.1
 $ ivar</code> $ ivar</code>
  
Line 21: Line 22:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://github.com/andersen-lab/ivar/archive/v1.3.tar.gz +$ wget https://github.com/andersen-lab/ivar/archive/refs/tags/v1.3.1.tar.gz 
-$ tar xf v1.3.tar.gz +$ tar xf v1.3.1.tar.gz  
-$ cd ivar-1.3+$ cd ivar-1.3.1
 # iVar needs GCC >= 5.0.0, CentOS 7 has 4.8.5 # iVar needs GCC >= 5.0.0, CentOS 7 has 4.8.5
 $ sudo yum install devtoolset-7-gcc devtoolset-7-gcc-c++ $ sudo yum install devtoolset-7-gcc devtoolset-7-gcc-c++
Line 29: Line 30:
 $ ./autogen.sh $ ./autogen.sh
 $ module load htslib/1.11 $ module load htslib/1.11
-$ ./configure --with-hts=/export/apps/htslib/1.11 --prefix=/export/apps/ivar/1.3+$ ./configure --with-hts=/export/apps/htslib/1.11 --prefix=/export/apps/ivar/1.3.1
 $ make $ make
-$ sudo mkdir -p /export/apps/ivar/1.3 +$ sudo mkdir -p /export/apps/ivar/1.3.1 
-$ sudo chown aorth /export/apps/ivar/1.3+$ sudo chown aorth /export/apps/ivar/1.3.1
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/ivar/1.3</code>+$ sudo chown -R root:root /export/apps/ivar/1.3.1</code>
ivar-software.1610878451.txt.gz · Last modified: 2021/01/17 10:14 by aorth