Installing minimap2
Procedure
- Download the minimap2 source package.
cd /path/to/athena_meta/dependences git clone https://github.com/lh3/minimap2
- Perform the compilation and installation.
cd minimap2 make arm_neno=1 aarch64=1
Parent topic: Configuring the Compilation Environment