File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
singlecell/src/org/labkey/singlecell/pipeline/singlecell Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11package org .labkey .singlecell .pipeline .singlecell ;
22
3- import org .json .JSONObject ;
3+ import org .json .old . JSONObject ;
44import org .labkey .api .sequenceanalysis .pipeline .AbstractPipelineStepProvider ;
55import org .labkey .api .sequenceanalysis .pipeline .PipelineContext ;
66import org .labkey .api .singlecell .pipeline .SeuratToolParameter ;
Original file line number Diff line number Diff line change 11package org .labkey .singlecell .pipeline .singlecell ;
22
3- import org .json .JSONObject ;
3+ import org .json .old . JSONObject ;
44import org .labkey .api .sequenceanalysis .pipeline .AbstractPipelineStepProvider ;
55import org .labkey .api .sequenceanalysis .pipeline .PipelineContext ;
66import org .labkey .api .sequenceanalysis .pipeline .ToolParameterDescriptor ;
77import org .labkey .api .singlecell .pipeline .SingleCellStep ;
88
99import java .util .Arrays ;
10- import java .util .Collection ;
11- import java .util .HashSet ;
12- import java .util .Set ;
1310
1411public class CustomUCell extends AbstractRiraStep
1512{
You can’t perform that action at this time.
0 commit comments