Coder Social home page Coder Social logo

mp15 / samtools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samtools/samtools

0.0 4.0 0.0 11.93 MB

MP15's working samtools repo (not official release expect rebases)

License: Other

Makefile 0.95% C 62.02% Java 0.60% Perl 15.96% Lua 1.84% Python 0.51% Shell 1.29% Groff 16.57% M4 0.26%

samtools's Introduction

samtools

This is the official development repository for samtools.

The original samtools package has been split into three separate but tightly coordinated projects:

  • htslib: C-library for handling high-throughput sequencing data
  • samtools: mpileup and other tools for handling SAM, BAM, CRAM
  • bcftools: calling and other tools for handling VCF, BCF

See also http://github.com/samtools/

Building Samtools

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 some extra steps:

aclocal -I.../autoconf-archive/m4   # Cache configure subroutines
autoconf       # Generate the configure script, if needed
./configure    # Optional, needed for choosing optional functionality
make
make install

By default, this will build against an HTSlib source tree in ../htslib. You can alter this to a source tree elsewhere or to a previously-installed HTSlib by configuring with --with-htslib=DIR.

The configure script uses several macros from the autoconf-archive, so you will need to point aclocal at a copy of the archive in order to regenerate the script.

samtools's People

Contributors

bewt85 avatar brentp avatar cbrueffer avatar charles-plessy avatar dagams avatar daviesrob avatar gdv avatar holtgrewe avatar jkbonfield avatar jmarshall avatar jrandall avatar karel-brinda avatar kdm9 avatar leecbaker avatar lh3 avatar lindenb avatar mariadeanton avatar mcshane avatar mlin avatar mp15 avatar nc6 avatar nieder avatar pd3 avatar peterjc avatar pruzanov avatar samstudio8 avatar sb10 avatar sjackman avatar vsbuffalo avatar wookietreiber avatar

Watchers

 avatar  avatar  avatar  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.