Skip to content

Commit

Permalink
set screening threshold to 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Nov 22, 2023
1 parent 4dcb04e commit 2ef8ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skani.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn precluster_skani(
sketches.par_iter().enumerate().for_each(|(i, ref_sketch)| {
let ref_sketch_i = &sketches[i];
let screened_refs = screen::screen_refs(
threshold as f64,
0.80,
&kmer_to_sketch,
ref_sketch_i,
&sketch_params,
Expand Down

0 comments on commit 2ef8ecb

Please sign in to comment.