File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ Updates
42
42
* Use the highest VCF version when merging headers.
43
43
(PR#1912, see bcftools#2395 and bcftools#2404)
44
44
45
- * Update RLEN calculation for vcf 4.4, 4.5.
45
+ * Update RLEN calculation for VCF 4.4 and 4.5.
46
46
(PR#1897, fixes #1820. Reported by Dave Lawrence)
47
47
48
48
* Convert U to T instead of U to N when sam_parsing. Though SAM format itself
49
49
can contain U the BAM format cannot.
50
- (PR #1854, fixes samtools#2131 reported by James Furguson )
50
+ (PR #1854, fixes samtools#2131 reported by James Ferguson )
51
51
52
52
* Add an hts_crc32 function to use zlib or libdeflate. The libdeflate crc32
53
53
function is faster than native zlib and should be used when available.
@@ -58,7 +58,7 @@ Updates
58
58
(PR #1768, fixes #1767. Reported by Konstantin Riege)
59
59
60
60
* Allow BYTE_ARRAY_STOP to work on non-zero STOP code with TOK3. Although the
61
- htscodec name tokeniser uses a NUL between names there is no reason why
61
+ htscodecs name tokeniser uses a NUL between names there is no reason why
62
62
another value could not be used. This change lets CRAM recognise other
63
63
separator values.
64
64
(PR #1871)
You can’t perform that action at this time.
0 commit comments