Skip to content

Commit d70dd5d

Browse files
committed
Fix typo
1 parent 9adb58f commit d70dd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/analysis/CellHashingHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public void processFilesRemote(List<Readset> readsets, JobContext ctx) throws Un
276276
}
277277
}
278278

279-
if (editDistances.size() == 0)
279+
if (editDistances.size() == 1)
280280
{
281281
bestEditDistance = editDistances.iterator().next();
282282
}

0 commit comments

Comments
 (0)