Skip to content

Commit

Permalink
version bump (v2.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Mar 11, 2024
1 parent 325c891 commit c641bee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you do already have HTSlib installed elsewhere, make sure you've added it to
> make
> sudo make install
> vcfdist --version
vcfdist v2.4.0
vcfdist v2.5.0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion demo/demo.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
echo -e "Running vcfdist..."
vcfdist \
../src/vcfdist \
query.vcf \
nist-v4.2.1_chr1_5Mb.vcf.gz \
GRCh38_chr1_5Mb.fa \
Expand Down
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Globals {
void init_timers(std::vector<std::string> timer_strs);

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

0 comments on commit c641bee

Please sign in to comment.