iGenVar
(build on SeqAn3 App Template)
The official repository for the iGenVar project.
Installation
Instructions:
- clone this repository:
git clone --recurse-submodules https://github.com/seqan/iGenVar.git - create a build directory and visit it:
mkdir build && cd build - run cmake:
cmake ../iGenVar - build the application:
make - optional: build and run the tests:
make test - optional: build the api documentation:
make doc - execute the app:
./bin/iGenVar