Skip to content

Commit 8b70b07

Browse files
committed
Correct typo
1 parent e39d74b commit 8b70b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

singlecell/src/org/labkey/singlecell/pipeline/singlecell/VireoHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public boolean doSplitJobs()
7777
@Override
7878
public boolean canProcess(SequenceOutputFile o)
7979
{
80-
return CellRangerGexCountStep.LOUPE_CATEGORY.equals(o.getCategory()) & o.getFile() != null & o.getFile().getName().endsWith("cloupe.cloupe");
80+
return CellRangerGexCountStep.LOUPE_CATEGORY.equals(o.getCategory()) && o.getFile() != null && o.getFile().getName().endsWith("cloupe.cloupe");
8181
}
8282

8383
@Override

0 commit comments

Comments
 (0)