Skip to content

Commit

Permalink
debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Mar 26, 2023
1 parent c32a5ad commit 9549186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strkit/call/caller/snvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def call_useful_snvs(
except IndexError: # - is the only value, somehow
logger.warn(
f"{locus_log_str} - for SNV {u_ref}, found only '{SNV_OUT_OF_RANGE_CHAR}' with {mcc[1]} reads")
logger.debug(f"{locus_log_str} - for SNV {u_ref}: {mc=}")
logger.debug(f"{locus_log_str} - for SNV {u_ref}: {mc=}, {peak_counts[a]=}")
pass # TODO: should we set mcc[1] to 0 here?
call.append(mcc[0])
rs.append(mcc[1])
Expand Down

0 comments on commit 9549186

Please sign in to comment.