Skip to content

Commit

Permalink
flake fix computeMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Mar 27, 2024
1 parent 5a58993 commit 9e1a559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeptools/computeMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def process_args(args=None):

if args.quiet is True:
args.verbose = False

# Ensure before and after region length is positive
if args.beforeRegionStartLength < 0:
print(f"beforeRegionStartLength changed from {args.beforeRegionStartLength} into {abs(args.beforeRegionStartLength)}")
Expand Down

0 comments on commit 9e1a559

Please sign in to comment.