| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
⚠️ Please install the Codecov Report❌ Patch coverage is 58.82353% with 7 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #381 +/- ##
==========================================
- Coverage 51.64% 51.09% -0.56%
==========================================
Files 6 6
Lines 637 640 +3
==========================================
- Hits 329 327 -2
- Misses 308 313 +5 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request updates the codebase to require and use indexed, compressed VCF files (.vcf.gz with CSI index) for variant highlighting, improving performance and reliability when querying genomic intervals. It also refactors the VCF reading logic to use IndexedReader and adds error handling for missing index files. The test suite and wizard file discovery have been updated accordingly.
VCF file handling improvements:
Test and file discovery updates:
Code cleanup and minor changes: