Skip to content

Commit 6393ae5

Browse files
committed
Correct step name PerformTcrClustering
1 parent 42d767e commit 6393ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class Provider extends AbstractPipelineStepProvider<SingleCellStep
1919
{
2020
public Provider()
2121
{
22-
super("tcrClustR", "tcrClustR", "tcrClustR", "This will run tcrClustR to cluster TCRs by similarity.", List.of(
22+
super("PerformTcrClustering", "tcrClustR", "tcrClustR", "This will run tcrClustR to cluster TCRs by similarity.", List.of(
2323
SeuratToolParameter.create("organism", "Organism", "The organism to use", "ldk-simplecombo", new JSONObject()
2424
{{
2525
put("multiSelect", false);

0 commit comments

Comments
 (0)