Skip to content

Commit 242e425

Browse files
committed
Add additional Tag-PCR Summary command line param
1 parent e5bd9f4 commit 242e425

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ public Provider()
7070
ToolParameterDescriptor.create(OUTPUT_GENBANK, "Create Genbank Output", "If selected, this will output a genbank file summarizing amplicons and primers", "checkbox", new JSONObject(){{
7171
put("checked", true);
7272
}}, true),
73+
ToolParameterDescriptor.createCommandLineParam(CommandLineParam.create("--insert-type"), "insertType", "Insert Type", "The type of insert to detect.", "ldk-simplecombo", new JSONObject(){{
74+
put("storeValues", "PiggyBac;Lentivirus");
75+
put("allowBlank", false);
76+
}}, "PiggyBac"),
7377
ToolParameterDescriptor.create(DESIGN_PRIMERS, "Design Primers", "If selected, Primer3 will be used to design primers to flank integration sites", "checkbox", new JSONObject(){{
7478
put("checked", true);
7579
}}, true),

0 commit comments

Comments
 (0)