https://github.com/nanoporetech/ont-minimap2
Cross platform builds for minimap2
https://github.com/nanoporetech/ont-minimap2
Last synced: 5 months ago
JSON representation
Cross platform builds for minimap2
- Host: GitHub
- URL: https://github.com/nanoporetech/ont-minimap2
- Owner: nanoporetech
- Created: 2023-03-13T16:47:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T00:29:25.000Z (over 2 years ago)
- Last Synced: 2024-05-09T15:34:56.493Z (about 2 years ago)
- Language: CMake
- Size: 43.9 KB
- Stars: 5
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ONT Minimap2
[](https://github.com/nanoporetech/ont-minimap2/actions/workflows/build.yml)
Cross platform builds for [minimap2](https://github.com/lh3/minimap2/).
```
$ git clone --recurse-submodules https://github.com/nanoporetech/ont-minimap2.git
$ cmake -S . -B cmake-build
$ cmake --build cmake-build --config Release -j
$ ctest -C Release --test-dir cmake-build --output-on-failure
```
## Build Options
| CMake | Description | Default |
|:-------------------------|:------------------------------------------------|---------|
| ONT_MM2_EXE | Build the minimap2 executable | ON |