Commit f94da5a
committed
Bug fixed CRAM decoding for CRAM 2.1.
Commit cf68cd3 moved the crc checking to the uncompress function so it
only checked validity of the data used (incase we're decoding only
some fields) and so that CRC checking is part of the multi-threaded
code. Unfortunately this had the side effect of attempting to
validate CRCs on older file format versions where they were not
present.1 parent a87caee commit f94da5a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1532 | 1532 | | |
1533 | 1533 | | |
1534 | 1534 | | |
| 1535 | + | |
| 1536 | + | |
1535 | 1537 | | |
1536 | 1538 | | |
1537 | 1539 | | |
| |||
0 commit comments