User Tools

Site Tools


minimap2-software

Differences

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

Link to this comparison view

Next revision
Previous revision
minimap2-software [2018/11/04 16:04] – created aorthminimap2-software [2023/02/21 12:54] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest version: 2.13+  * Latest version: 2.24
   * Added: November, 2018   * Added: November, 2018
 +  * Updated: February, 2023
   * Link: https://lh3.github.io/minimap2/   * Link: https://lh3.github.io/minimap2/
  
 ===== Usage ===== ===== Usage =====
  
-See versions of minimap2 that are available:+See versions that are available:
 <code>$ module avail minimap2</code> <code>$ module avail minimap2</code>
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load minimap2/2.13+<code>$ module load minimap2/2.24
 $ minimap2</code> $ minimap2</code>
  
Line 21: Line 22:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://github.com/lh3/minimap2/releases/download/v2.13/minimap2-2.13_x64-linux.tar.bz2 +$ wget https://github.com/lh3/minimap2/releases/download/v2.24/minimap2-2.24.tar.bz2 
-$ tar xf minimap2-2.13_x64-linux.tar.bz2 +$ tar xf minimap2-2.24.tar.bz2 
-$ sudo mkdir -p /export/apps/minimap2/2.13 +$ cd minimap2-2.24 
-$ sudo cp -r minimap2-2.13_x64-linux/* /export/apps/minimap2/2.13</code>+$ make 
 +$ sudo mkdir -p /export/apps/minimap2/2.24/{bin,include,lib} 
 +$ sudo cp minimap2 /export/apps/minimap2/2.24/bin 
 +$ sudo cp *.h /export/apps/minimap2/2.24/include 
 +$ sudo cp libminimap2.a /export/apps/minimap2/2.24/lib 
 +$ sudo cp LICENSE.txt README.md FAQ.md code_of_conduct.md NEWS.md /export/apps/minimap2/2.24</code> 
 + 
 +//Note:// I compiled this instead of using the pre-compiled binaries because I wanted to include the headers and static library for use by other programs.
minimap2-software.1541347449.txt.gz · Last modified: 2018/11/04 16:04 by aorth