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

VS-1007 - Use default names for VQSR-Lite generated code. #8412

Merged
merged 7 commits into from
Jul 14, 2023

Conversation

gbggrant
Copy link
Collaborator

@gbggrant gbggrant commented Jul 11, 2023

  • Remove some unused VCF header fields from ExtractFeatures
  • Renamed VQSR Lite fields to their original naming (e.g. AS_VQS_SENS becomes CALIBRATION_SENSITIVITY)

Passing integration test here - uses updated truth.

Example outputs can be found in this Extract run.

@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

❗ No coverage uploaded for pull request base (ah_var_store@5580ca0). Click here to learn what that means.
The diff coverage is n/a.

Additional details and impacted files
@@               Coverage Diff                @@
##             ah_var_store     #8412   +/-   ##
================================================
  Coverage                ?   86.162%           
  Complexity              ?     35523           
================================================
  Files                   ?      2194           
  Lines                   ?    166533           
  Branches                ?     17925           
================================================
  Hits                    ?    143488           
  Misses                  ?     16663           
  Partials                ?      6382           

@gbggrant gbggrant marked this pull request as ready for review July 14, 2023 01:08
@@ -53,92 +48,6 @@ public static String getGTString(final VariantContext variant) {
return StringUtils.join(gsStrings, separator);
}

public static VCFHeader generateVcfHeader(Set<String> sampleNames,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Migrated to ExtractFeaturesEngine

}

// TODO is this specific for cohort extract? if so name it such
public static Set<VCFHeaderLine> getEvoquerVcfHeaderLines() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Migrated to ExtractFeaturesEngine

@@ -123,12 +123,6 @@ public static VCFHeaderLine getVqsLodHeader(Double vqsLodThreshold, String model
"Site failed " + model + " model VQSLOD cutoff of " + vqsLodThreshold.toString());
}

public static VCFHeaderLine getExcessAllelesHeader(int excessAllelesThreshold, String model) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unreferenced header field

Copy link

@rsasch rsasch left a comment

Choose a reason for hiding this comment

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

LGTM (assuming the failing tests are unrelated)

@gbggrant gbggrant merged commit 7a144d3 into ah_var_store Jul 14, 2023
21 checks passed
@gbggrant gbggrant deleted the gg_VS-1007_UpdateVQSRLiteNaming branch July 14, 2023 18:51
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