You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: singlecell/src/org/labkey/singlecell/run/VelocytoAlignmentStep.java
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,6 @@ public static class Provider extends AbstractAlignmentStepProvider<AlignmentStep
35
35
publicProvider()
36
36
{
37
37
super("velocyto", "This will run velocyto to generate a supplemental feature count matrix", getCellRangerGexParams(Arrays.asList(
38
-
ToolParameterDescriptor.createExpDataParam("gtf", "Gene File", "This is the ID of a GTF file containing genes from this genome.", "sequenceanalysis-genomefileselectorfield", newJSONObject()
39
-
{{
40
-
put("extensions", Arrays.asList("gtf"));
41
-
put("width", 400);
42
-
put("allowBlank", false);
43
-
}}, null),
44
38
ToolParameterDescriptor.createExpDataParam("mask", "Mask File", "This is the ID of an optional GTF file containing repetitive regions to mask.", "sequenceanalysis-genomefileselectorfield", newJSONObject()
0 commit comments