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
minimap2-software [2023/02/21 12:54] aorthminimap2-software [2025/03/03 07:23] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest version: 2.24+  * Latest version: 2.28
   * Added: November, 2018   * Added: November, 2018
-  * Updated: February2023+  * Updated: March2025
   * Link: https://lh3.github.io/minimap2/   * Link: https://lh3.github.io/minimap2/
  
Line 15: 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.24+<code>$ module load minimap2/2.28
 $ minimap2</code> $ minimap2</code>
  
Line 22: Line 22:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://github.com/lh3/minimap2/releases/download/v2.24/minimap2-2.24.tar.bz2 +$ wget https://github.com/lh3/minimap2/releases/download/v2.28/minimap2-2.28.tar.bz2 
-$ tar xf minimap2-2.24.tar.bz2 +$ tar xf minimap2-2.28.tar.bz2  
-$ cd minimap2-2.24+$ cd minimap2-2.28
 $ make $ make
-$ sudo mkdir -p /export/apps/minimap2/2.24/{bin,include,lib} +$ sudo mkdir -p /export/apps/minimap2/2.28/{bin,include,lib} 
-$ sudo cp minimap2 /export/apps/minimap2/2.24/bin +$ sudo cp minimap2 /export/apps/minimap2/2.28/bin 
-$ sudo cp *.h /export/apps/minimap2/2.24/include +$ sudo cp *.h /export/apps/minimap2/2.28/include 
-$ sudo cp libminimap2.a /export/apps/minimap2/2.24/lib +$ sudo cp libminimap2.a /export/apps/minimap2/2.28/lib 
-$ sudo cp LICENSE.txt README.md FAQ.md code_of_conduct.md NEWS.md /export/apps/minimap2/2.24</code>+$ sudo cp LICENSE.txt README.md FAQ.md code_of_conduct.md NEWS.md /export/apps/minimap2/2.28</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. //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.1676984052.txt.gz · Last modified: 2023/02/21 12:54 by aorth