File: pysam_stream.h

package info (click to toggle)
python-pysam 0.23.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,464 kB
  • sloc: ansic: 158,947; python: 8,806; makefile: 264; sh: 79
file content (13 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PYSAM_STREAM_H
#define PYSAM_STREAM_H

#include "htslib/kseq.h"

// #######################################################
// fastq parsing
// KSEQ_INIT(gzFile, gzread)
KSEQ_INIT(BGZF *, bgzf_read)

//KSTREAM_INIT( gzFile, gzread, 16384)

#endif