| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
⚠️ Please install the Codecov Report❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #395 +/- ##
==========================================
- Coverage 50.54% 50.46% -0.08%
==========================================
Files 6 6
Lines 647 648 +1
==========================================
Hits 327 327
- Misses 320 321 +1 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request improves the way VCF/BCF index files are detected in src/main.rs. Previously, the code only checked for the existence of a .csi index file. Now, it checks for both .csi and .tbi index files, providing more flexibility and better compatibility with different index formats.
Index file detection improvements: