Skip to content

Commit

Permalink
Change threshold defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt73 committed Mar 8, 2023
1 parent a454f12 commit 2d0476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guidescan.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CLI::App* enumerate_cmd(CLI::App &guidescan, enumerate_cmd_options& opts) {

opts.nthreads = std::thread::hardware_concurrency();
opts.alt_pams = {};
opts.threshold = 1;
opts.threshold = -1;
opts.mismatches = 3;
opts.rna_bulges = 0;
opts.dna_bulges = 0;
Expand Down

0 comments on commit 2d0476f

Please sign in to comment.