Skip to content
/ biolib Public

Library containing useful building blocks for bioinformatics software

License

Notifications You must be signed in to change notification settings

yhhshb/biolib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biolib

Library containing useful building blocks for bioinformatics software

Table of contents

Compiling the Code

The code is tested on Linux (gcc) and macOS (clang, Apple Silicon only). To build the code, CMake is required.

Clone the repository with

git clone https://github.com/yhhshb/biolib.git

For a testing environment, use the following:

mkdir debug_build
cd debug_build
cmake .. -D CMAKE_BUILD_TYPE=Debug -D BIOLIB_USE_SANITIZERS=On -D MAKE_TESTS=On
make -j

About

Library containing useful building blocks for bioinformatics software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published