git clone --recursive ssh://git@gitlab-master.nvidia.com:12051/genomics/GenomeWorks.git
To build GenomeWorks -
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install
make -j install
To enable unit tests, add -Dgw_enable_tests=ON
to the cmake
command in the build step.