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
* Creates an annotation engine from a list of selected annotations output from command line parsing
43
44
* @param annotationList list of annotation objects (with any parameters already filled) to include
44
45
* @param dbSNPInput input for variants from a known set from DbSNP or null if not provided.
45
-
* The annotation engine will mark variants overlapping anything in this set using {@link htsjdk.variant.vcf.VCFConstants#DBSNP_KEY}.
46
+
* The annotation engine will mark variants overlapping anything in this set using {@link VCFConstants#DBSNP_KEY}.
46
47
* @param featureInputs list of inputs with known variants.
47
-
* The annotation engine will mark variants overlapping anything in those sets using the name given by {@link FeatureInput#getName()}.
48
-
* Note: the DBSNP FeatureInput should be passed in separately, and not as part of this List - an GATKException will be thrown otherwise.
49
-
* Note: there are no non-DBSNP comparison FeatureInputs an empty List should be passed in here, rather than null.
48
+
* The annotation engine will mark variants overlapping anything in those sets using the name given by {@link FeatureInput#getName()}.
49
+
* Note: the DBSNP FeatureInput should be passed in separately, and not as part of this List - an GATKException will be thrown otherwise.
50
+
* Note: there are no non-DBSNP comparison FeatureInputs an empty List should be passed in here, rather than null.
50
51
* @param useRaw When this is set to true, the annotation engine will call {@link ReducibleAnnotation#annotateRawData(ReferenceContext, VariantContext, ReadLikelihoods)}
51
-
* on annotations that extend {@link ReducibleAnnotation}, instead of {@link InfoFieldAnnotation#annotate(ReferenceContext, VariantContext, ReadLikelihoods)},
52
-
* which is the default for all annotations.
52
+
* on annotations that extend {@link ReducibleAnnotation}, instead of {@link InfoFieldAnnotation#annotate(ReferenceContext, VariantContext, ReadLikelihoods)},
53
+
* @param keepCombined If true, retain the combined raw annotation values instead of removing them after finalizing
Copy file name to clipboardExpand all lines: src/test/java/org/broadinstitute/hellbender/cmdline/GATKPlugin/GATKAnnotationPluginDescriptorUnitTest.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ public void testMultipleOptionalArguments(final List<Annotation> toolDefaultAnno
0 commit comments