minimap2-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
minimap2-software [2021/11/28 08:52] – aorth | minimap2-software [2025/03/03 07:23] (current) – aorth | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Information ===== | ===== Information ===== | ||
- | * Latest version: 2.22 | + | * Latest version: 2.28 |
* Added: November, 2018 | * Added: November, 2018 | ||
- | * Updated: | + | * Updated: |
* Link: https:// | * Link: https:// | ||
===== Usage ===== | ===== Usage ===== | ||
- | See versions | + | See versions that are available: |
< | < | ||
Load one version into your environment and run it: | Load one version into your environment and run it: | ||
- | < | + | < |
$ minimap2</ | $ minimap2</ | ||
Line 21: | Line 21: | ||
Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
- | < | + | < |
- | $ tar xf minimap2-2.22_x64-linux.tar.bz2 | + | $ wget https:// |
- | $ sudo mkdir -p / | + | $ tar xf minimap2-2.28.tar.bz2 |
- | $ cd minimap2-2.22_x64-linux | + | $ cd minimap2-2.28 |
- | $ sudo cp README.md LICENSE.txt | + | $ make |
- | $ sudo cp paftools.js k8 minimap2 | + | $ sudo mkdir -p / |
+ | $ 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.1638089523.txt.gz · Last modified: 2021/11/28 08:52 by aorth