Skip to content

Commit b41b505

Browse files
committed
Correct typo in GSEA name
1 parent 6b9e1de commit b41b505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/pipeline/singlecell/CustomGSEA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static class Provider extends AbstractPipelineStepProvider<SingleCellStep
2222
{
2323
public Provider()
2424
{
25-
super("CustomUCell", "ssGSEA (Custom)", "escape/ssGSEA", "The seurat object will be subset based on the expression below, which is passed directly to Seurat's subset(subset = X).", Arrays.asList(
25+
super("CustomGSEA", "ssGSEA (Custom)", "escape/ssGSEA", "The seurat object will be subset based on the expression below, which is passed directly to Seurat's subset(subset = X).", Arrays.asList(
2626
SeuratToolParameter.create("geneSets", "Gene Sets(s)", "This should contain one gene module per line, where the module is in the format (no spaces): SetName:Gene1,Gene2,Gene3. The first token is the name given to the score and the second is a comma-delimited list of gene names.", "sequenceanalysis-trimmingtextarea", new JSONObject(){{
2727
put("allowBlank", false);
2828
put("replaceAllWhitespace", true);

0 commit comments

Comments
 (0)