You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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