We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffa2d4 commit d98b42fCopy full SHA for d98b42f
singlecell/src/org/labkey/singlecell/run/NimbleAlignmentStep.java
@@ -199,7 +199,7 @@ public void init(SequenceAnalysisJobSupport support) throws PipelineJobException
199
}
200
201
// Try to find 10x barcodes:
202
- HashMap<Integer, Integer> readsetToBarcodes = new HashMap<>();
+ HashMap<Long, Long> readsetToBarcodes = new HashMap<>();
203
for (Readset rs : support.getCachedReadsets())
204
{
205
ExpData f = findCellBarcodeFiles(rs);
0 commit comments