Skip to content

Commit fff2b91

Browse files
authored
fix
1 parent ba8cbc7 commit fff2b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProcessReads.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class MasterProcessor {
327327
std::unordered_map<std::string, std::vector<gzFile>> out_keep_gz;
328328
std::vector<FILE*> outumi;
329329
std::vector<gzFile> outumi_gz;
330-
#ifndef NO_HDF5
330+
#ifndef NO_HTSLIB
331331
samFile* bamfp;
332332
bam_hdr_t *hdr;
333333
#endif

0 commit comments

Comments
 (0)