Skip to content

ldenti/tabixpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a C++ wrapper around tabix project which abstracts some of the details of opening and jumping in tabix-indexed files.

Build

git submodule update --init --recursive
make CC=gcc -j 16
make test

See also guix.scm for the build environment we test with.

Dependencies

tabixpp has htslib as a dependency. If you want to build from the included submodule make sure that the following dependencies are available:

libcurl   libcurl - Library to transfer files with ftp, http, etc.
zlib      zlib - zlib compression library
liblzma   liblzma - General purpose data compression library

It is also possible to disable these inside htslib/config.h --- generated after the first build.

Author: Erik Garrison erik.garrison@gmail.com

About

C++ wrapper to tabix indexer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.5%
  • Makefile 18.9%
  • Scheme 17.6%