Cross platform builds for 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
CMake | Description | Default |
---|---|---|
ONT_MM2_EXE | Build the minimap2 executable | ON |