minimap2-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
minimap2-software [2023/02/20 18:34] – aorth | minimap2-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: | + | * Updated: |
* Link: https:// | * Link: https:// | ||
Line 15: | Line 15: | ||
Load one version into your environment and run it: | Load one version into your environment and run it: | ||
- | < | + | < |
$ minimap2</ | $ minimap2</ | ||
Line 22: | Line 22: | ||
< | < | ||
- | $ wget https:// | + | $ wget https:// |
- | $ tar xf minimap2-2.24_x64-linux.tar.bz2 | + | $ tar xf minimap2-2.28.tar.bz2 |
- | $ cd minimap2-2.24_x64-linux | + | $ cd minimap2-2.28 |
- | $ sudo mkdir -p / | + | $ make |
- | $ sudo cp README.md LICENSE.txt / | + | $ sudo mkdir -p / |
- | $ sudo cp paftools.js k8 minimap2 | + | $ sudo cp minimap2 / |
+ | $ sudo cp *.h / | ||
+ | $ sudo cp libminimap2.a / | ||
+ | $ sudo cp LICENSE.txt README.md FAQ.md code_of_conduct.md NEWS.md / | ||
+ | |||
+ | //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.1676918076.txt.gz · Last modified: 2023/02/20 18:34 by aorth