25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
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