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

added option for ValidateBasicSomaticShortMutations to output a vcf #4999

Merged
merged 3 commits into from
Jul 23, 2018

Conversation

davidbenjamin
Copy link
Contributor

@takutosato This lets ValidateBasicSomaticShortMutations optionally annotate the eval vcf with validation INFO fields in addition to the standard output of a tsv. Having a vcf is more convenient for some things in MC3.

@davidbenjamin davidbenjamin requested a review from takutosato July 11, 2018 03:08
@davidbenjamin davidbenjamin force-pushed the db_annotate_validator branch 2 times, most recently from 41cc07b to f79fbcb Compare July 16, 2018 19:26
@codecov-io
Copy link

codecov-io commented Jul 16, 2018

Codecov Report

Merging #4999 into master will decrease coverage by 0.004%.
The diff coverage is 70.588%.

@@               Coverage Diff               @@
##              master     #4999       +/-   ##
===============================================
- Coverage     86.382%   86.378%   -0.004%     
- Complexity     28674     28679        +5     
===============================================
  Files           1785      1785               
  Lines         132713    132742       +29     
  Branches       14766     14773        +7     
===============================================
+ Hits          114640    114660       +20     
- Misses         12746     12748        +2     
- Partials        5327      5334        +7
Impacted Files Coverage Δ Complexity Δ
...tmutpileup/BasicSomaticShortMutationValidator.java 60.526% <0%> (-4.339%) 5 <3> (ø)
...dateBasicSomaticShortMutationsIntegrationTest.java 100% <100%> (ø) 5 <0> (ø) ⬇️
...tmutpileup/ValidateBasicSomaticShortMutations.java 83.486% <75%> (-3.419%) 19 <4> (+6)
...nder/utils/runtime/StreamingProcessController.java 71.292% <0%> (-0.957%) 35% <0%> (-1%)
...e/hellbender/engine/spark/SparkContextFactory.java 73.973% <0%> (+2.74%) 11% <0%> (ø) ⬇️

Copy link
Contributor

@takutosato takutosato 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 no need to pass it back!

import java.util.stream.Collectors;

import static org.broadinstitute.hellbender.utils.variant.GATKVCFConstants.ALLELE_BALANCE_HET_KEY;
Copy link
Contributor

Choose a reason for hiding this comment

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

There's a bunch of unused imports

"Validation judgment: validated, unvalidated, or skipped.");


public static enum Judgment {
Copy link
Contributor

Choose a reason for hiding this comment

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

IntelliJ says nested enums are implicitly static

@@ -180,4 +180,49 @@ private void assertValidationResult(final List<AnnotatedInterval> variantValidat
discoveryAltCoverage, discoveryAltCoverage + discoveryRefCoverage,
minCount));
}


//TODO delete this!!!!
Copy link
Contributor

Choose a reason for hiding this comment

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

Either delete or make this a real test

@davidbenjamin davidbenjamin force-pushed the db_annotate_validator branch from 78d0fc8 to 311b1c4 Compare July 23, 2018 16:47
@davidbenjamin davidbenjamin merged commit aa1d525 into master Jul 23, 2018
@davidbenjamin davidbenjamin deleted the db_annotate_validator branch July 23, 2018 17:48
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