-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reenable IndexFeatureFile. #3425
Conversation
29dfe2b
to
6f8f5d4
Compare
Codecov Report
@@ Coverage Diff @@
## master #3425 +/- ##
==============================================
+ Coverage 80.287% 80.35% +0.063%
- Complexity 17633 17654 +21
==============================================
Files 1178 1178
Lines 63847 63857 +10
Branches 9928 9928
==============================================
+ Hits 51261 51309 +48
+ Misses 8631 8586 -45
- Partials 3955 3962 +7
|
6f8f5d4
to
1724065
Compare
1724065
to
efdd3db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cmnbroad Looks good to me. One comment but feel free to ignore it.
while (originalIterator.hasNext()) { | ||
final VariantContext originalVC = originalIterator.next(); | ||
final Iterator<VariantContext> indexedIterator = indexedSource.query( | ||
new SimpleInterval( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's a constructor directly from another locatable if you want to save a few characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll take it. Done.
efdd3db
to
1bb7254
Compare
Fixes #2801 and #3060. Requires new htsjdk (which requires #3403).