Skip to content

kristen-schneider/stabix

Repository files navigation

STABIX

SETUP

Dependencies

Setup

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

Build all

mkdir build
cd build
cmake ..
make

Compile and run COMPRESSION

cd build/
cmake --build . --target gwas_compress
cd ..
./build/bin/gwas_compress config_files/test_config.yml

Compile and run INDEX

cd build/
cmake --build . --target gwas_index
cd ..
./build/gwas_index config_files/test_config.yml

Compile and run DECOMPRESSION

cd build/
cmake --build . --target gwas_decompress
cd ..
./bin/gwas_decompress config_files/test_config.yml

Configuration file

Example configuration file.

See STABIX analysis repository for more analysis and runnign scripts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages