Skip to content

Commit

Permalink
chore: pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jonca79 committed May 2, 2024
1 parent f6e77bc commit a4902e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/call_small_cnv_deletions.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def read_blacklist(blacklist_file_name):


def call_small_cnv_deletions(
cnv_file_name, regions_file, deletions, window_size,
cnv_file_name, regions_file, deletions, window_size,
region_max_size, min_nr_stdev_diff, min_log_odds_diff, blacklist_file_name,
):
regions = read_regions_data(regions_file)
Expand Down

0 comments on commit a4902e3

Please sign in to comment.