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

Fix getAllowedValuesForDescriptorHelp in GATKAnnotationPluginDescriptor. #4876

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

cmnbroad
Copy link
Collaborator

@cmnbroad cmnbroad commented Jun 11, 2018

Fixes #4875. The newly added test fails without this change. Also opportunistically removed some dead code.

@cmnbroad cmnbroad requested a review from jamesemery June 11, 2018 13:11
@codecov-io
Copy link

Codecov Report

Merging #4876 into master will increase coverage by 0.008%.
The diff coverage is 100%.

@@               Coverage Diff               @@
##              master     #4876       +/-   ##
===============================================
+ Coverage     80.417%   80.425%   +0.008%     
- Complexity     17813     17814        +1     
===============================================
  Files           1089      1089               
  Lines          64133     64133               
  Branches       10340     10340               
===============================================
+ Hits           51574     51579        +5     
+ Misses          8502      8497        -5     
  Partials        4057      4057
Impacted Files Coverage Δ Complexity Δ
...ine/GATKPlugin/GATKAnnotationPluginDescriptor.java 76.582% <100%> (+1.266%) 56 <0> (+1) ⬆️
...nder/utils/runtime/StreamingProcessController.java 70.37% <0%> (+0.823%) 50% <0%> (ø) ⬇️
...utils/smithwaterman/SmithWatermanIntelAligner.java 90% <0%> (+10%) 3% <0%> (ø) ⬇️

Copy link
Collaborator

@jamesemery jamesemery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this looks like this was one of the API changes to the plugin descriptor that fell through the cracks in Barclay that happened around the time this branch went. We then missed this issue because the descriptor wasn't plugged into anything yet. This looks good 👍 we should probably open a PR to look for any other api incongruities.

@droazen droazen merged commit 24b4f7b into master Jun 11, 2018
@droazen droazen deleted the cn_fix_annotation_descriptor branch June 11, 2018 16:46
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.

4 participants