Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Nov 27, 2024
1 parent 2339155 commit f4a75fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcfpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ class BcfReader
std::shared_ptr<hts_itr_t> itr; // hts iterator
kstring_t s = {0, 0, NULL}; // kstring
std::string fname;
bool isBcf; // if the input file is bcf or vcf;
bool isBcf = false; // if the input file is bcf or vcf;

public:
/// a BcfHeader object
Expand Down

0 comments on commit f4a75fd

Please sign in to comment.