Skip to content

Commit

Permalink
Remove the logging of inclusion criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
alneberg committed Feb 2, 2024
1 parent 79fa1f1 commit 87192b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions anglerfish/explore/explore.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ def run_explore(
after_thres = round(adaptor_end.len_after_index() * good_hit_threshold)
insert_thres_low = insert_thres_low
insert_thres_high = insert_thres_high
log.info(
f"Requiring at least {before_thres} and {after_thres} matches before and after index region respectively for {adaptor_end_name}"
)

requirements = (
(df_mim["adapter"] == f"{adaptor.name}_{adaptor_end_name}")
& (df_mim["match_1_len"] >= (before_thres))
Expand Down

0 comments on commit 87192b6

Please sign in to comment.