摘要: 改进了一下,利用zlib可以读取gz格式的压缩文件,也可以直接计算非压缩格式 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <zlib.h> #define buff 1024 typedef unsigned 阅读全文
posted @ 2020-09-21 15:13 天使不设防 阅读(222) 评论(0) 推荐(0) 编辑
摘要: C语言小练习:计算非压缩fastq格式的GC含量 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #define buff 1024 5 6 typedef unsigned long long int u_llo 阅读全文
posted @ 2020-09-21 14:38 天使不设防 阅读(288) 评论(0) 推荐(0) 编辑