Skip to content

Commit d98b42f

Browse files
committed
Build fixes
1 parent 3ffa2d4 commit d98b42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/run/NimbleAlignmentStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public void init(SequenceAnalysisJobSupport support) throws PipelineJobException
199199
}
200200

201201
// Try to find 10x barcodes:
202-
HashMap<Integer, Integer> readsetToBarcodes = new HashMap<>();
202+
HashMap<Long, Long> readsetToBarcodes = new HashMap<>();
203203
for (Readset rs : support.getCachedReadsets())
204204
{
205205
ExpData f = findCellBarcodeFiles(rs);

0 commit comments

Comments
 (0)