Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Dec 8, 2024
1 parent db07a2b commit 198be12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compvcf.h
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ namespace sansa
success=false;
std::cerr << "Error: Duplicate IDs " << sv.id << std::endl;
} else {
//std::cerr << sv.tid << ',' << sv.svStart << ',' << sv.svEnd << ',' << sv.id << ',' << sv.svLen << ',' << sv.svt << std::endl;
//std::cerr << filename << ',' << sv.tid << ',' << sv.svStart << ',' << sv.mtid << ',' << sv.svEnd << ',' << sv.id << ',' << sv.svLen << ',' << sv.svt << std::endl;
allIds.insert(sv.id);
allsv.push_back(sv);
}
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.2.2";
std::string sansaVersionNumber = "0.2.3";

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

0 comments on commit 198be12

Please sign in to comment.