From 56edc3dcdc5868516c8f16ff4ee5c538eae1d1e5 Mon Sep 17 00:00:00 2001 From: bbimber Date: Mon, 23 Mar 2026 16:56:05 -0700 Subject: [PATCH] Add BxbI-attB --- .../sequenceanalysis/run/preprocessing/TagPcrSummaryStep.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SequenceAnalysis/src/org/labkey/sequenceanalysis/run/preprocessing/TagPcrSummaryStep.java b/SequenceAnalysis/src/org/labkey/sequenceanalysis/run/preprocessing/TagPcrSummaryStep.java index a71ee865b..6805b16f2 100644 --- a/SequenceAnalysis/src/org/labkey/sequenceanalysis/run/preprocessing/TagPcrSummaryStep.java +++ b/SequenceAnalysis/src/org/labkey/sequenceanalysis/run/preprocessing/TagPcrSummaryStep.java @@ -72,7 +72,7 @@ public Provider() put("checked", true); }}, true), ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("--insert-name"), "insertType", "Insert Type", "The type of insert to detect.", "ldk-simplecombo", new JSONObject(){{ - put("storeValues", "PiggyBac;Lentivirus;PREDICT;BxBI_attP"); + put("storeValues", "PiggyBac;Lentivirus;PREDICT;BxBI_attP;BxBI_attB"); put("allowBlank", false); }}, null), ToolParameterDescriptor.create(DESIGN_PRIMERS, "Design Primers", "If selected, Primer3 will be used to design primers to flank integration sites", "checkbox", new JSONObject(){{