Skip to content

Commit 82f1dc6

Browse files
committed
Add manage freezer button and expand TagPcrSummaryStep
1 parent 8b6ca94 commit 82f1dc6

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;PREDICT");
75+
put("storeValues", "PiggyBac;Lentivirus;PREDICT;BxBI_attP");
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)