您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

14 行
255 B

  1. #ifndef PYSAM_STREAM_H
  2. #define PYSAM_STREAM_H
  3. #include "htslib/kseq.h"
  4. // #######################################################
  5. // fastq parsing
  6. // KSEQ_INIT(gzFile, gzread)
  7. KSEQ_INIT(BGZF *, bgzf_read)
  8. //KSTREAM_INIT( gzFile, gzread, 16384)
  9. #endif