Skip to content

Commit 8a795a4

Browse files
committed
Bugfix to cellranger VDJ
1 parent 9457414 commit 8a795a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/run/CellRangerVDJWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public VDJProvider()
8484
ToolParameterDescriptor.create(INNER_ENRICHMENT_PRIMERS, "Inner Enrichment Primers", "An option comma-separated list of the inner primers used for TCR enrichment. These will be used for trimming.", "textarea", new JSONObject(){{
8585
put("height", 100);
8686
put("width", 400);
87-
}}, null),
87+
}}, null)
8888
), null, "https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/what-is-cell-ranger", true, false, false, ALIGNMENT_MODE.MERGE_THEN_ALIGN);
8989
}
9090

0 commit comments

Comments
 (0)