We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39d74b commit 8b70b07Copy full SHA for 8b70b07
1 file changed
singlecell/src/org/labkey/singlecell/pipeline/singlecell/VireoHandler.java
@@ -77,7 +77,7 @@ public boolean doSplitJobs()
77
@Override
78
public boolean canProcess(SequenceOutputFile o)
79
{
80
- return CellRangerGexCountStep.LOUPE_CATEGORY.equals(o.getCategory()) & o.getFile() != null & o.getFile().getName().endsWith("cloupe.cloupe");
+ return CellRangerGexCountStep.LOUPE_CATEGORY.equals(o.getCategory()) && o.getFile() != null && o.getFile().getName().endsWith("cloupe.cloupe");
81
}
82
83
0 commit comments