Skip to content

Commit f668cfb

Browse files
authored
Change readsetToLoupe type from Integer to Long
1 parent fbd35de commit f668cfb

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<Long, Integer> readsetToLoupe = new HashMap<>();
202+
HashMap<Long, Long> readsetToLoupe = new HashMap<>();
203203
for (Readset rs : support.getCachedReadsets())
204204
{
205205
ExpData f = findLoupeFile(rs);

0 commit comments

Comments
 (0)