Skip to content

Commit

Permalink
1、修复文件大小为2M整数倍时压缩挂死的问题
Browse files Browse the repository at this point in the history
2、修复质量值较差,解压时数据dm5不一致导致失败的问题
3、修复非fastq格式文件在较压缩环境配置低时,解压出现段错误或者压缩慢的问题
  • Loading branch information
raven committed May 9, 2017
1 parent 88fa5ac commit 9e40d0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 更新日志
## v0.2.2
* 修复文件大小为2M整数倍时压缩挂死的问题
* 修复质量值较差,解压时数据dm5不一致导致失败的问题
* 修复非fastq格式文件在较压缩环境配置低时,解压出现段错误或者压缩慢的问题

## v0.2.0
* **高性能:** 增加了新算法,性能开销小,默认使用该算法
* **一致性检查:** 增加了对压缩文件的md5校验,上云过程也增加了md5校验
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 9e40d0a

Please sign in to comment.