Git Product home page Git Product logo

samtools's Introduction

This is NOT the official repository of SAMtools.

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

Do you like what you see here?

There are a number of features found here that are not in the samtools repository. If you find them useful, consider writing to the SAMtools mailing lists to encourage their inclusion in the main, support repository: [email protected].

Major fixes:

- SAM Header API
	- Clear and easy to use to query and modify the SAM Header
- SAM/BAM reader is now multi-threaded, significantly speeding up reading and writing of BAM files.
    - To remove support for parallel reading and writing of files, modify the Makefile: 
	remove "-D_PBGZF_USE"
	- Use the "-n" option _before_ a command (i.e. "samtools -n 8 view ...") to specify the 
	number of threads
	- BZ2 support is added, as it is also a block-level compression technique.
- 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 kortschak avatar lh3 avatar nh13 avatar pd3 avatar peterjc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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