User Tools

Site Tools


minimap2-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
minimap2-software [2021/11/28 08:52] aorthminimap2-software [2023/02/21 12:54] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest version: 2.22+  * Latest version: 2.24
   * Added: November, 2018   * Added: November, 2018
-  * Updated: August2021+  * Updated: February2023
   * 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.22+<code>$ module load minimap2/2.24
 $ minimap2</code> $ minimap2</code>
  
Line 21: Line 21:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ wget https://github.com/lh3/minimap2/releases/download/v2.22/minimap2-2.22_x64-linux.tar.bz2 +<code>$ cd /tmp 
-$ tar xf minimap2-2.22_x64-linux.tar.bz2 +$ wget https://github.com/lh3/minimap2/releases/download/v2.24/minimap2-2.24.tar.bz2 
-$ sudo mkdir -p /export/apps/minimap2/2.22/bin +$ tar xf minimap2-2.24.tar.bz2 
-cd minimap2-2.22_x64-linux +$ cd minimap2-2.24 
-$ sudo cp README.md LICENSE.txt /export/apps/minimap2/2.22 +$ make 
-$ sudo cp paftools.js k8 minimap2 /export/apps/minimap2/2.22/bin</code>+$ sudo mkdir -p /export/apps/minimap2/2.24/{bin,include,lib} 
 +sudo cp minimap2 /export/apps/minimap2/2.24/bin 
 +$ sudo cp *./export/apps/minimap2/2.24/include 
 +$ sudo cp libminimap2./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.txt · Last modified: 2023/02/21 12:54 by aorth