Skip to content

Commit

Permalink
Bumped version, deleted a useless warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaisso committed Sep 28, 2023
1 parent f703434 commit 4ebce59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ int IO::CallSNVs(string &chrom, int regionStart, int regionEnd, vector<VNTR*> &
uint32_t origPhaseFlank = phaseFlank;

if (vntrMap.find(chrom) == vntrMap.end()) {
cerr << "Skipping "<< chrom << endl;
return 0;
}
// For now process all reads on chrom
Expand Down
2 changes: 1 addition & 1 deletion src/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class IO
int phaseFlank;
IO()
{
version = "1.3.0";
version = "1.3.1";
region_and_motifs = "";
input_bam = "";
vntr_bed = "";
Expand Down

0 comments on commit 4ebce59

Please sign in to comment.