- google test
- fastpfor
- zlib
- cmake
- C++ Standard Library
git clone git@github.com:kristen-schneider/gwas-cpp.git
cd gwas-cpp
git submodule init
git submodule update
With mamba
mamba env create -f stabix_mamba.yml
mkdir build
cd build
cmake ..
make
cd build/
cmake --build . --target gwas_compress
cd ..
./build/bin/gwas_compress config_files/test_config.yml
cd build/
cmake --build . --target gwas_index
cd ..
./build/gwas_index config_files/test_config.yml
cd build/
cmake --build . --target gwas_decompress
cd ..
./bin/gwas_decompress config_files/test_config.yml