FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Check for both .csi and .tbi VCF index files by fxwiegand · Pull Request #395 · alignoth/alignoth · GitHub

fix: Check for both .csi and .tbi VCF index files - #395

Merged
fxwiegand merged 3 commits into
mainfrom
allow-tbi-index
Oct 29, 2025
Merged

fxwiegand merged 3 commits into
mainfrom
allow-tbi-index

Conversation

Copy link
Copy Markdown
Collaborator

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:

  • Updated logic to check for both .csi and .tbi index files before attempting to highlight intervals, instead of only .csi.
  • Improved error message to mention both index file types (.csi and .tbi) if neither is found, guiding the user to create the appropriate index.

fxwiegand enabled auto-merge (squash) October 29, 2025 07:35
fxwiegand merged commit dd5059f into main Oct 29, 2025
6 checks passed
fxwiegand deleted the allow-tbi-index branch October 29, 2025 07:36

Copy link
Copy Markdown

⚠️ Please install the to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 50.46%. Comparing base (148a653) to head (322ba3f).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/main.rs 0.00% 3 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL