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 fbd35de commit f668cfbCopy full SHA for f668cfb
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<Long, Integer> readsetToLoupe = new HashMap<>();
+ HashMap<Long, Long> readsetToLoupe = new HashMap<>();
203
for (Readset rs : support.getCachedReadsets())
204
{
205
ExpData f = findLoupeFile(rs);
0 commit comments