Skip to content
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

Merged
merged 1 commit into from
Aug 18, 2017
Merged

Conversation

cmnbroad
Copy link
Collaborator

@cmnbroad cmnbroad commented Aug 9, 2017

Fixes #2801 and #3060. Requires new htsjdk (which requires #3403).

@cmnbroad cmnbroad force-pushed the cn_reenable_index_feature_file branch 2 times, most recently from 29dfe2b to 6f8f5d4 Compare August 11, 2017 21:42
@codecov-io
Copy link

codecov-io commented Aug 11, 2017

Codecov Report

Merging #3425 into master will increase coverage by 0.063%.
The diff coverage is n/a.

@@              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
Impacted Files Coverage Δ Complexity Δ
...adinstitute/hellbender/tools/IndexFeatureFile.java 90.323% <ø> (+85.561%) 12 <0> (+11) ⬆️
...lbender/utils/codecs/sampileup/SAMPileupCodec.java 67.647% <0%> (+1.471%) 19% <0%> (+1%) ⬆️
...institute/hellbender/exceptions/UserException.java 69.919% <0%> (+1.626%) 4% <0%> (ø) ⬇️
...utils/codecs/ProgressReportingDelegatingCodec.java 43.137% <0%> (+35.294%) 11% <0%> (+9%) ⬆️

@cmnbroad cmnbroad force-pushed the cn_reenable_index_feature_file branch from 6f8f5d4 to 1724065 Compare August 12, 2017 13:08
@lbergelson lbergelson self-assigned this Aug 14, 2017
@cmnbroad cmnbroad force-pushed the cn_reenable_index_feature_file branch from 1724065 to efdd3db Compare August 14, 2017 18:39
Copy link
Member

@lbergelson lbergelson left a 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(
Copy link
Member

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

Copy link
Collaborator Author

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.

@lbergelson lbergelson assigned cmnbroad and unassigned lbergelson Aug 14, 2017
@cmnbroad cmnbroad force-pushed the cn_reenable_index_feature_file branch from efdd3db to 1bb7254 Compare August 16, 2017 22:47
@lbergelson lbergelson merged commit 403ba13 into master Aug 18, 2017
@lbergelson lbergelson deleted the cn_reenable_index_feature_file branch August 18, 2017 21:06
jonn-smith pushed a commit that referenced this pull request Aug 29, 2017
* re-enabling IndexFeatureFile now that htsjdk has been updated to solve several critical indexing bugs
* fixes #2801 
* fixes #3060
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