Skip to content

Now can match between hg19 and b37 data sources. #5491

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

Merged
merged 3 commits into from
Dec 7, 2018

Conversation

jonn-smith
Copy link
Collaborator

  • Fixed a NPE in the problem variant case, which is now resolved.
    This was due to not filling out the dataSourceName field.
  • Tested with b37 gnomAD matching against b37 variants with hg19 data
    sources.
  • Fixed some issues with the default problem variant annotations.
  • Adding in per-data source cache settings.
  • Fixing logger in DataSourceUtils.

Fixes #5456

- Fixed a NPE in the `problem` variant case, which is now resolved.
  This was due to not filling out the dataSourceName field.
- Tested with b37 gnomAD matching against b37 variants with hg19 data
  sources.
- Fixed some issues with the default problem variant annotations.
- Adding in per-data source cache settings.
- Fixing logger in DataSourceUtils.

Fixes #5456
@codecov-io
Copy link

codecov-io commented Dec 7, 2018

Codecov Report

Merging #5491 into master will decrease coverage by 0.004%.
The diff coverage is 74.51%.

@@               Coverage Diff               @@
##              master     #5491       +/-   ##
===============================================
- Coverage     87.069%   87.064%   -0.004%     
- Complexity     31244     31251        +7     
===============================================
  Files           1922      1922               
  Lines         144210    144253       +43     
  Branches       15916     15918        +2     
===============================================
+ Hits          125562    125593       +31     
- Misses         12874     12881        +7     
- Partials        5774      5779        +5
Impacted Files Coverage Δ Complexity Δ
...er/tools/funcotator/FuncotatorIntegrationTest.java 84.301% <ø> (-0.266%) 111 <0> (ø)
...tools/funcotator/FuncotatorArgumentCollection.java 100% <ø> (ø) 1 <0> (ø) ⬇️
.../tools/funcotator/vcfOutput/VcfOutputRenderer.java 86.047% <100%> (+0.164%) 22 <2> (ø) ⬇️
...dataSources/gencode/GencodeFuncotationFactory.java 86.602% <100%> (+0.066%) 231 <1> (+1) ⬆️
...ataSources/xsv/LocatableXsvFuncotationFactory.java 80.263% <100%> (+0.811%) 22 <1> (+1) ⬆️
...cotator/dataSources/vcf/VcfFuncotationFactory.java 87.582% <100%> (+0.248%) 48 <1> (+1) ⬆️
...r/dataSources/cosmic/CosmicFuncotationFactory.java 66.917% <100%> (+0.763%) 26 <1> (+1) ⬆️
...ces/gencode/GencodeFuncotationFactoryUnitTest.java 94.033% <100%> (+0.009%) 67 <1> (ø) ⬇️
...ataSources/xsv/SimpleKeyXsvFuncotationFactory.java 87.5% <100%> (+0.403%) 28 <3> (+1) ⬆️
...tools/funcotator/DataSourceFuncotationFactory.java 75.926% <22.222%> (-11.031%) 17 <1> (ø)
... and 3 more

Copy link
Contributor

@LeeTL1220 LeeTL1220 left a comment

Choose a reason for hiding this comment

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

Minor comments then feel free to merge.

@jonn-smith jonn-smith merged commit 79a76c5 into master Dec 7, 2018
@jonn-smith jonn-smith deleted the jts_funcotator_fuzzy_ref_matching_5456 branch December 7, 2018 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Funcotator - Must be able to match B37 contigs from data sources with hg19 intervals.
3 participants