Installing BWA 0.7.17
Procedure
- Download the BWA source package.
cd /path/to/athena_meta/dependences git clone https://github.com/lh3/bwa.git
- Modify the configuration.
cd bwa wget https://raw.githubusercontent.com/DLTcollab/sse2neon/master/sse2neon.h vi ksw.c
Modify line 30.
#include <emmintrin.h>
After the modification:
#include "sse2neon.h"
- Perform the compilation and installation.
make -j
- Change the directory name.
cd .. mv bwa/ bwa-0.7.17/
Parent topic: Configuring the Compilation Environment