Skip to content

Commit

Permalink
Propagate verbose flag to fragments_to_coverage calls.
Browse files Browse the repository at this point in the history
Propagate verbose flag to fragments_to_coverage calls.
  • Loading branch information
ghuls committed Jul 15, 2024
1 parent 615c76b commit d4d80c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def fragments_to_bw_with_pybigwig(
normalize=normalize,
scaling_factor=scaling_factor,
cut_sites=cut_sites,
verbose=verbose,
)

for chroms, starts, ends, values in fragments_to_coverage_chrom_iter:
Expand Down Expand Up @@ -505,6 +506,7 @@ def fragments_to_bw_with_pybigtools(
normalize=normalize,
scaling_factor=scaling_factor,
cut_sites=cut_sites,
verbose=verbose,
)

def chrom_start_end_value_iter() -> tuple[str, int, int, float]:
Expand Down

0 comments on commit d4d80c0

Please sign in to comment.