Skip to content

Commit

Permalink
Merge pull request #238 from smithlabcode/kmersites-variable-step-wig…
Browse files Browse the repository at this point in the history
…-offset-fix

One-based variable-step bigWig in kmersites
  • Loading branch information
andrewdavidsmith authored Jun 30, 2024
2 parents 34b213f + 5224c5a commit 8e82292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/kmersites.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ kmersites(const int argc, const char **argv) -> int {
string kmer = "CG";
string outfile;
// int n_threads = 1;
int offset = 0;
int offset = 1;

/****************** COMMAND LINE OPTIONS ********************/
OptionParser opt_parse(fs::path(string(*argv)).filename(),
Expand Down

0 comments on commit 8e82292

Please sign in to comment.