Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Dec 1, 2020
1 parent c4f30e4 commit c4c7bec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/parsedb.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ namespace sansa
bcf_hdr_destroy(hdr);
hts_close(ofile);
bcf_close(ifile);

// Build BCF index
bcf_index_build(c.annofile.string().c_str(), 14);

return true;
}
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace sansa
{


std::string sansaVersionNumber = "0.0.6";
std::string sansaVersionNumber = "0.0.7";

inline
void printTitle(std::string const& title)
Expand Down

0 comments on commit c4c7bec

Please sign in to comment.