Skip to content

lh3/samtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a80c672 · May 24, 2017
Feb 28, 2012
Feb 16, 2012
Apr 23, 2011
Jan 26, 2011
Jan 27, 2011
Jan 26, 2011
Jan 26, 2011
Mar 16, 2011
Jan 26, 2011
Jan 30, 2011
Feb 16, 2012
Sep 2, 2011
Feb 16, 2012
Dec 3, 2011
Feb 16, 2012
Feb 16, 2012
Feb 8, 2012
Sep 2, 2011
May 24, 2017
Aug 25, 2011
Mar 18, 2011
Feb 16, 2012
Jan 26, 2011
Dec 3, 2011
Feb 16, 2012
Jan 26, 2011
Oct 19, 2011
Sep 2, 2011
Sep 2, 2011
Feb 8, 2012
Feb 16, 2012
Jan 26, 2011
Jan 26, 2011
Jan 26, 2011
Feb 16, 2012
Apr 9, 2011
Feb 16, 2012
Feb 16, 2012
Jul 7, 2011
Mar 31, 2011
Mar 31, 2011
Jan 26, 2011
Feb 25, 2011
Jan 26, 2011
Feb 20, 2011
Jul 1, 2011
Jan 26, 2011
Jan 26, 2011
Jan 26, 2011
Feb 14, 2011
Jan 26, 2011
Jan 30, 2011
Jan 26, 2011
Jul 23, 2011
Jan 26, 2011
Sep 2, 2011
Jan 26, 2011
Sep 23, 2011
Feb 16, 2012
Sep 27, 2011
Mar 1, 2011
Feb 16, 2012
Jan 26, 2011
Jan 26, 2011
Jan 26, 2011
Feb 16, 2012
Jan 26, 2011
Feb 16, 2012
Jan 26, 2011
Jan 10, 2012
Jul 26, 2011
Jan 26, 2011
Sep 2, 2011

Repository files navigation

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.