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: mGAP/src/org/labkey/mgap/pipeline/mGapReleaseAlleleFreqStep.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public static class Provider extends AbstractVariantProcessingStepProvider<mGapR
39
39
{
40
40
publicProvider()
41
41
{
42
-
super("mGapReleaseAlleleFreq", "Compare VCF to mGap Release", "DiscvrVariantAnnotator", "Annotate a VCF using the AF field from an mGAP release.", List.of(
42
+
super("mGapReleaseAlleleFreq", "Annotate using mGap Release AFs", "DiscvrVariantAnnotator", "Annotate a VCF using the AF field from an mGAP release.", List.of(
43
43
ToolParameterDescriptor.createExpDataParam(REF_VCF, "mGAP Release", "The mGAP release VCF to use for annotation", "sequenceanalysis-sequenceoutputfileselectorfield", newJSONObject()
0 commit comments