Giter Site home page Giter Site logo

vorontsovie / htslib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samtools/htslib

0.0 1.0 0.0 9.81 MB

C library for high-throughput sequencing data formats

License: Other

C 88.81% Makefile 1.40% Perl 2.71% Shell 0.61% M4 1.36% C++ 3.71% Roff 1.19% Scilab 0.20%

htslib's Introduction

Build Status Build status Github All Releases

HTSlib is an implementation of a unified C library for accessing common file formats, such as SAM, CRAM and VCF, used for high-throughput sequencing data, and is the core library used by samtools and bcftools. HTSlib only depends on zlib. It is known to be compatible with gcc, g++ and clang.

HTSlib implements a generalized BAM index, with file extension .csi (coordinate-sorted index). The HTSlib file reader first looks for the new index and then for the old if the new index is absent.

This project also includes the popular tabix indexer, which indexes both .tbi and .csi formats, and the bgzip compression utility.

Building HTSlib

See INSTALL for complete details. Release tarballs contain generated files that have not been committed to this repository, so building the code from a Git repository requires extra steps:

autoheader     # If using configure, generate the header template...
autoconf       # ...and configure script (or use autoreconf to do both)
./configure    # Optional but recommended, for choosing extra functionality
make
make install

htslib's People

Contributors

jmarshall avatar jkbonfield avatar pd3 avatar daviesrob avatar lh3 avatar valeriuo avatar anderskaplan avatar mcshane avatar mp15 avatar whitwham avatar jenniferliddle avatar noporpoise avatar dkj avatar jrandall avatar joerayner avatar adamnovak avatar nathanweeks avatar thomashickman avatar cinquin avatar fohlen avatar kgururaj avatar junaruga avatar jmthibault79 avatar soapgentoo avatar dalexander avatar ctsa avatar atks avatar juliangehring avatar kmsquire avatar janinl avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.