User Tools

Site Tools


minimap2-software

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
minimap2-software [2018/11/04 16:04] – created aorthminimap2-software [2021/08/25 12:17] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest version: 2.13+  * Latest version: 2.22
   * Added: November, 2018   * Added: November, 2018
 +  * Updated: August, 2021
   * Link: https://lh3.github.io/minimap2/   * Link: https://lh3.github.io/minimap2/
  
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 minimap2/2.13+<code>$ module load minimap2/2.22
 $ minimap2</code> $ minimap2</code>
  
Line 20: Line 21:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ cd /tmp +<code>$ wget https://github.com/lh3/minimap2/releases/download/v2.22/minimap2-2.22_x64-linux.tar.bz2 
-$ wget https://github.com/lh3/minimap2/releases/download/v2.13/minimap2-2.13_x64-linux.tar.bz2 +$ tar xf minimap2-2.22_x64-linux.tar.bz2 
-$ tar xf minimap2-2.13_x64-linux.tar.bz2 +$ sudo mkdir -p /export/apps/minimap2/2.22/bin 
-$ sudo mkdir -p /export/apps/minimap2/2.13 +cd minimap2-2.22_x64-linux 
-sudo cp -r minimap2-2.13_x64-linux//export/apps/minimap2/2.13</code>+$ sudo cp README.md LICENSE.txt /export/apps/minimap2/2.22 
 +$ sudo cp minimap2 
 +$ sudo cp minimap2 /export/apps/minimap2/2.22/bin</code>
minimap2-software.txt · Last modified: 2023/02/21 12:54 by aorth