Skip to content

Commit

Permalink
Ignore deletions in depth masking
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Nov 5, 2024
1 parent e9aa86b commit e82d484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artic/make_depth_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def main():
parser.add_argument(
"--ignore-deletions",
action="store_true",
default=False,
default=True,
help="if set, positional depth counts will ignore reads with reference deletions (i.e. evaluates positional depths on ref matches, not read span",
)
parser.add_argument(
Expand Down

0 comments on commit e82d484

Please sign in to comment.