Skip to content

Commit

Permalink
kmercount version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed May 2, 2024
1 parent 5707583 commit a2f3aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies except for the C and C++ standard libraries.
Here are the Kmercount options:

```
Kmercount 0.0.1
Kmercount 0.0.2
Usage: kmercount [OPTIONS] KMERFILENAME [SEQUENCEFILENAME]
Expand Down Expand Up @@ -114,7 +114,7 @@ AAGAAATGAGAAGTAATCAGAAAACCACTTAAGG
Output to terminal:

```
Kmercount 0.0.1
Kmercount 0.0.2
Kmer file: kmers.fasta
Sequence file: seq.fasta
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static_assert(INT_MAX > INT16_MAX, "Your compiler uses very short integers.");

/* constants */

const std::string program_version {"0.0.1"};
const std::string program_version {"0.0.2"};
constexpr char dash_filename {'-'};


Expand Down

0 comments on commit a2f3aa8

Please sign in to comment.