Skip to content

Commit

Permalink
Update saddle.py (#387)
Browse files Browse the repository at this point in the history
drop_track_na set to False in align_track_cooler in saddle CLI
  • Loading branch information
agalitsyna authored Sep 19, 2022
1 parent 076a945 commit 2ba3c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cooltools/cli/saddle.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def saddle(
view_df=view_df,
clr_weight_name=clr_weight_name,
mask_clr_bad_bins=True,
drop_track_na=False,
)
digitized_track, binedges = api.saddle.digitize(
track.iloc[:, :4],
Expand Down

0 comments on commit 2ba3c6e

Please sign in to comment.