| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
⚠️ Please install the Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #407 +/- ##
=======================================
Coverage 49.34% 49.34%
=======================================
Files 6 6
Lines 685 685
=======================================
Hits 338 338
Misses 347 347 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request refactors the transformation logic in the resources/plot.vl.json file to simplify and optimize how base counts (a, t, g, c) are extracted and calculated. The previous approach used multiple split, flatten, and aggregate operations for each base type, which has now been replaced with a more concise method that uses index searching and direct calculation. This should make the transformation pipeline easier to maintain and potentially improve performance.
Refactoring and simplification of transformation logic: