1 Beta Release 0.1.3 (15 April, 2009)
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 Notable changes in SAMtools:
6 * SAMtools is more consistent with the specification: a) '*' in the
7 QUAL field is allowed; b) the field separator is TAB only and SPACE
8 is treated as a character in a field; c) empty header is allowed.
10 * Implemented GLFv3 support in pileup.
12 * Fixed a severe bug in fixmate: strand information is wrongly
15 * Fixed a bug in alignment retrieval: alignments bridging n*16384bp are
16 not correctly retrieved sometimes.
18 * Fixed a bug in rmdup: segfault if unmapped reads are present.
20 * Move indel_filter.pl to samtools.pl and improved the filtering by
21 checking the actual number of alignments containing indels. The indel
22 pileup line is also changed a little to make this filtration easier.
24 * Fixed a minor bug in indexing: the bin number of an unmapped read is
27 * Added `flagstat' command to show statistics on the FLAG field.
29 * Improved indel caller by setting the maximum window size in local
32 Changes in other utilities:
34 * Fixed a bug in maq2sam: a tag name is obsolete.
36 * Improvement to wgsim: a) added support for SOLiD read simulation; b)
37 show the number of substitutions/indels/errors in read name; c)
38 considerable code clean up.
40 * Various converters: improved functionality in general.
42 * Updated the example SAM due to the previous bug in fixmate.
44 (0.1.3: 15 April 2009, r227)
48 Beta Release 0.1.2 (28 January, 2008)
49 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51 Notable changes in SAMtools:
53 * Implemented a Bayesian indel caller. The new caller generate scores
54 and genotype and is potentially more accurate than Maq's indel
55 caller. The pileup format is also changed accordingly.
57 * Implemented rmdup command: remove potential PCR duplicates. Note that
58 this command ONLY works for FR orientation and requires ISIZE is
61 * Added fixmate command: fill in mate coordinates, ISIZE and mate
62 related flags from a name-sorted alignment.
64 * Fixed a bug in indexing: reads bridging 16x kbp were not retrieved.
66 * Allow to select reads shown in the pileup output with a mask.
68 * Generate GLFv2 from pileup.
70 * Added two more flags for flagging PCR/optical duplicates and for QC
73 * Fixed a bug in sort command: name sorting for large alignment did not
76 * Allow to completely disable RAZF (using Makefile.lite) as some people
77 have problem to compile it.
79 * Fixed a bug in import command when there are reads without
82 * Fixed a bug in tview: clipping broke the alignment viewer.
84 * Fixed a compiling error when _NO_CURSES is applied.
86 * Fixed a bug in merge command.
88 Changes in other utilities:
90 * Added wgsim, a paired-end reads simulator. Wgsim was adapted from
91 maq's reads simulator. Colin Hercus further improved it to allow
94 * Added wgsim_eval.pl, a script that evaluates the accuracy of
95 alignment on reads generated by wgsim.
97 * Added soap2sam.pl, a SOAP2->SAM converter. This converter does not
98 work properly when multiple hits are output.
100 * Added bowtie2sam.pl, a Bowtie->SAM converter. Only the top hit will
101 be retained when multiple hits are present.
103 * Fixed a bug in export2sam.pl for QC reads.
105 * Support RG tag at MAQ->SAM converter.
107 * Added novo2sam.pl, a NovoAlign->SAM converter. Multiple hits and
108 indel are not properly handled, though.
110 * Added zoom2sam.pl, a ZOOM->SAM converter. It only works with the
111 default Illumina output.
113 (0.1.2: 28 January 2008; r116)
117 Beta Release 0.1.1 (22 December, 2008)
118 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120 The is the first public release of samtools. For more information,
121 please check the manual page `samtools.1' and the samtools website
122 http://samtools.sourceforge.net