Skip to content

Commit 67ab3e3

Browse files
committed
Merge discvr-26.3 to develop
2 parents ad7e2f9 + 793037a commit 67ab3e3

File tree

5 files changed

+510
-454
lines changed

5 files changed

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