We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5688170 commit 14ed86aCopy full SHA for 14ed86a
singlecell/src/org/labkey/singlecell/pipeline/singlecell/VireoHandler.java
@@ -72,7 +72,7 @@ public boolean doSplitJobs()
72
@Override
73
public boolean canProcess(SequenceOutputFile o)
74
{
75
- return CellRangerGexCountStep.LOUPE_CATEGORY.equals(o.getCategory()) & o.getFile().getName().endsWith("cloupe.cloupe");
+ return CellRangerGexCountStep.LOUPE_CATEGORY.equals(o.getCategory()) & o.getFile() != null & o.getFile().getName().endsWith("cloupe.cloupe");
76
}
77
78
0 commit comments