Skip to content

Commit

Permalink
version bump (v2.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Jan 18, 2024
1 parent 911ee3a commit 62b77a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ Options:
-n, --no-output-files
skip writing output files, only print summary to console
Variant Filtering:
Variant Filtering/Selection:
-f, --filter <STRING1,STRING2...> [ALL]
select just variants passing these FILTERs (OR operation)
-s, --smallest-variant <INTEGER> [1]
minimum variant size, smaller variants ignored (SNPs are size 1)
-l, --largest-variant <INTEGER> [5000]
maximum variant size, larger variants ignored
-sv, --sv-threshold <INTEGER> [50]
variants of this size or larger are considered SVs, not INDELs
-mn, --min-qual <INTEGER> [0]
minimum variant quality, lower qualities ignored
-mx, --max-qual <INTEGER> [60]
Expand Down Expand Up @@ -67,5 +69,5 @@ Options:
-c, --citation
please cite vcfdist if used in your analyses; thanks :)
-v, --version
print vcfdist version (v2.3.1)
print vcfdist version (v2.3.2)
```
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Globals {
void init_timers(std::vector<std::string> timer_strs);

// program data
const std::string VERSION = "2.3.1";
const std::string VERSION = "2.3.2";
const std::string PROGRAM = "vcfdist";
std::vector<timer> timers;
};
Expand Down

0 comments on commit 62b77a3

Please sign in to comment.