minimap2-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| minimap2-software [2023/02/21 12:54] – 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.tar.bz2 | + | $ tar xf minimap2-2.28.tar.bz2 |
| - | $ cd minimap2-2.24 | + | $ cd minimap2-2.28 |
| $ make | $ make | ||
| - | $ sudo mkdir -p / | + | $ sudo mkdir -p / |
| - | $ sudo cp minimap2 / | + | $ sudo cp minimap2 / |
| - | $ sudo cp *.h / | + | $ sudo cp *.h / |
| - | $ sudo cp libminimap2.a / | + | $ sudo cp libminimap2.a / |
| - | $ sudo cp LICENSE.txt README.md FAQ.md code_of_conduct.md NEWS.md / | + | $ 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. | //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: by aorth
