# FastSort 对sam/bam文件进行排序,速度更快
 
 
 
 
 
 
Go to file
zzh c488d139db 刚才还有个bug,就是剩余的长度正好时18字节的时候,<改成<=就行了,bugfix 2025-04-25 15:43:37 +08:00
ext Init 2025-04-17 16:17:44 +08:00
src 刚才还有个bug,就是剩余的长度正好时18字节的时候,<改成<=就行了,bugfix 2025-04-25 15:43:37 +08:00
.gitignore 添加了并行流水线框架 2025-04-25 15:34:49 +08:00
CMakeLists.txt Init 2025-04-17 16:17:44 +08:00
LICENSE Initial commit 2024-12-19 11:54:29 +08:00
README.md Initial commit 2024-12-19 11:54:29 +08:00

README.md

FastSort

对sam/bam文件进行排序速度更快