Skip to content

Commit c413fbc

Browse files
committed
Support new PREDICT/Tag-PCR calling
1 parent 4906aea commit c413fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/preprocessing/TagPcrSummaryStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public Provider()
7272
put("checked", true);
7373
}}, true),
7474
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("--insert-name"), "insertType", "Insert Type", "The type of insert to detect.", "ldk-simplecombo", new JSONObject(){{
75-
put("storeValues", "PiggyBac;Lentivirus;esTag-PCR PREDICT");
75+
put("storeValues", "PiggyBac;Lentivirus;PREDICT");
7676
put("allowBlank", false);
7777
}}, null),
7878
ToolParameterDescriptor.create(DESIGN_PRIMERS, "Design Primers", "If selected, Primer3 will be used to design primers to flank integration sites", "checkbox", new JSONObject(){{

0 commit comments

Comments
 (0)