Skip to content

Commit 5e70ecf

Browse files
committed
Correct typo
1 parent 3ef5381 commit 5e70ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mGAP/src/org/labkey/mgap/pipeline/mGapReleaseAlleleFreqStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public Provider()
4343
ToolParameterDescriptor.createExpDataParam(REF_VCF, "mGAP Release", "The mGAP release VCF to use for annotation", "sequenceanalysis-sequenceoutputfileselectorfield", new JSONObject()
4444
{{
4545
put("allowBlank", false);
46-
put("category", "mGAP Release: Sites Only:");
46+
put("category", "mGAP Release: Sites Only");
4747
put("performGenomeFilter", false);
4848
put("doNotIncludeInTemplates", true);
4949
}}, null)

0 commit comments

Comments
 (0)