Skip to content

Commit c4c7bec

Browse files
committed
v0.0.7
1 parent c4f30e4 commit c4c7bec

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/parsedb.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ namespace sansa
122122
bcf_hdr_destroy(hdr);
123123
hts_close(ofile);
124124
bcf_close(ifile);
125+
126+
// Build BCF index
127+
bcf_index_build(c.annofile.string().c_str(), 14);
125128

126129
return true;
127130
}

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace sansa
55
{
66

77

8-
std::string sansaVersionNumber = "0.0.6";
8+
std::string sansaVersionNumber = "0.0.7";
99

1010
inline
1111
void printTitle(std::string const& title)

0 commit comments

Comments
 (0)