You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/broadinstitute/hellbender/tools/walkers/annotator/RMSMappingQuality.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public final class RMSMappingQuality extends InfoFieldAnnotation implements Stan
61
61
@Override
62
62
publicList<String> getRawKeyNames() { returnArrays.asList(GATKVCFConstants.RAW_MAPPING_QUALITY_WITH_DEPTH_KEY);} //new key for the two-value MQ data to prevent version mismatch catastrophes
63
63
64
-
publicstaticStringgetDeprecatedRawKeyName() { returnGATKVCFConstants.RAW_RMS_MAPPING_QUALITY_KEY;} //new key for the two-value MQ data to prevent version mismatch catastrophes
64
+
publicstaticStringgetDeprecatedRawKeyName() { returnGATKVCFConstants.RAW_RMS_MAPPING_QUALITY_KEY;} //old key that used the janky depth estimation method
65
65
66
66
@Override
67
67
publicList<String> getKeyNames() {
@@ -135,7 +135,7 @@ public Map<String, Object> finalizeRawData(final VariantContext vc, final Varian
0 commit comments