| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
⚠️ Please install the Codecov Report❌ Patch coverage is 46.53465% with 54 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #372 +/- ##
==========================================
- Coverage 50.37% 50.08% -0.30%
==========================================
Files 5 6 +1
Lines 528 617 +89
==========================================
+ Hits 266 309 +43
- Misses 262 308 +46 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request adds support for highlighting variant and region positions using VCF and BED files in the visualization and CLI workflow. It refactors the highlight interval logic to allow multiple named intervals, introduces new modules for handling VCF/BED highlights, and updates the wizard and main CLI interfaces to accept these files. Additionally, it improves the interval data structure and the plot configuration for better clarity.
Highlighting and Data Input Enhancements
New Highlight Module
CLI and Data Flow Updates
Plot and Utility Improvements
These changes collectively make the visualization tool more flexible and informative by allowing users to highlight specific variants and regions from external files, improving both the user experience and the clarity of the generated plots.