We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519d37a commit 35e5864Copy full SHA for 35e5864
1 file changed
SequenceAnalysis/src/org/labkey/sequenceanalysis/SequenceAnalysisMaintenanceTask.java
@@ -241,6 +241,10 @@ else if (!d.getFile().exists())
241
{
242
log.error("Missing runId: " + m.getRunId());
243
}
244
+ else if (run.getFilePathRootPath() == null)
245
+ {
246
+ log.error("Run fileroot is null for runId: " + m.getRunId());
247
+ }
248
else
249
250
try (Stream<Path> stream = Files.walk(run.getFilePathRootPath()))
0 commit comments