Giter Club home page Giter Club logo

samtools's Introduction

This is NOT the official repository of SAMtools.

The official SAMtools repository can be found at: http://samtools.sourceforge.net/

Major fixes:

- added "samtools sample" command, to sample reads from a SAM/BAM file at a given frequency.
- added "samtools qa" command, to compute the mean and median coverage, as well a histogram 
from 1 to N (defined by param) containing the number of bases covered a maximum of 1X, 2X...NX. 
Furthermore, "other" information is also available in the output file, namely:
    - Total number of reads
    - Total number of duplicates found and ignored (duplicates are "found" based on the sam flag 
    and are ignored in the counting of coverage)
    - Percentage of unmapped reads
    - Percentage of zero quality mappings
    - Number of proper paired reads (based on sam flag of proper pairs)
    - Percentage of proper pairs.e

Minor fixes:

- Check the write filehandle after opening for write.
- allow for user defined [lowercase] tags in header elements.
- allow the maximum memory for "samtools sort" to be specified with units.
- adjust for leading hard clip on colorspace reads.
- catches and reports an invalid BAM header, instead of segfaulting later on.
- fixes a small underflow/overflow bug in integer parsing.
- checks for a lowerbound in text entry box to avoid segfault in tview.

samtools's People

Contributors

iontorrent-dev avatar lh3 avatar pd3 avatar peterjc avatar

Watchers

 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.