Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug when dumping expected .hic matrices #98

Merged
merged 6 commits into from
Jan 9, 2024
Merged

Conversation

robomics
Copy link
Contributor

@robomics robomics commented Jan 8, 2024

No description provided.

Note that .hic files do not store expected values for the last bin when
the last bin is smaller than the bin_size.
The expected value for this bin is the same as the second to last bin.
Update code to be consistent with straw's behavior.
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (51f0aff) 84.76% compared to head (48ef784) 84.77%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   84.76%   84.77%           
=======================================
  Files         101      101           
  Lines        7301     7302    +1     
=======================================
+ Hits         6189     6190    +1     
  Misses       1112     1112           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@robomics robomics merged commit 40f8743 into main Jan 9, 2024
50 checks passed
@robomics robomics deleted the bug/hic-fetch-expected branch January 9, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant