fixed a typo in NEWS
This commit is contained in:
parent
4e992769d5
commit
01c9cd152b
5
NEWS
5
NEWS
|
|
@ -3,7 +3,8 @@ Release 0.7.5 (28 May, 2013)
|
||||||
|
|
||||||
Changes in all components:
|
Changes in all components:
|
||||||
|
|
||||||
* Improved error checking. Patches probived by Rob Davies.
|
* Improved error checking on memory allocation and file reading/writing.
|
||||||
|
Patches provided by Rob Davies.
|
||||||
|
|
||||||
* Updated README.
|
* Updated README.
|
||||||
|
|
||||||
|
|
@ -29,7 +30,7 @@ Changes in BWA-MEM:
|
||||||
Changes in BWA-backtrack:
|
Changes in BWA-backtrack:
|
||||||
|
|
||||||
* Added a magic number to .sai files. This prevents samse/sampe from reading
|
* Added a magic number to .sai files. This prevents samse/sampe from reading
|
||||||
corrupted (e.g. a .sai file containing LSF log) or incompatible .sai
|
corrupted .sai (e.g. a .sai file containing LSF log) or incompatible .sai
|
||||||
generated by a different version of bwa.
|
generated by a different version of bwa.
|
||||||
|
|
||||||
* Bugfix: alignments in the XA:Z: tag were wrong.
|
* Bugfix: alignments in the XA:Z: tag were wrong.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue