Conversation
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
|
@copilot review this PR |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #95 +/- ##
==========================================
+ Coverage 60.69% 65.08% +4.39%
==========================================
Files 15 15
Lines 3414 3491 +77
==========================================
+ Hits 2072 2272 +200
+ Misses 1342 1219 -123 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…sion in get_ylim Agent-Logs-Url: https://github.com/koszullab/hicstuff/sessions/a3b36315-c59e-4ee4-ba4b-579d302ddc76 Co-authored-by: js2264 <19528818+js2264@users.noreply.github.com>
Agent-Logs-Url: https://github.com/koszullab/hicstuff/sessions/a3b36315-c59e-4ee4-ba4b-579d302ddc76 Co-authored-by: js2264 <19528818+js2264@users.noreply.github.com>
Here's a summary of the PR review findings and fixes applied: Bugs found and fixed (commit
No issues found with:
|
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
This pull request primarily aims to allow
hicstuff distancelaw --pairs ...without having to also pass a fragment file.The PR also focuses on code cleanup and configuration improvements. In the Python code, it consolidates and simplifies multi-line statements, especially error handling and logging, into single lines for better readability. In the
.pylintrcconfiguration, it updates and comments out some settings, and clarifies exception handling. No core logic or functionality is changed.