}
}
try {
PacBioServiceWrapper pacbioServiceWrapper = ApplicationContextProvider.getApplicationContext().getBean(run.getString("sequencerName"), PacBioServiceWrapper.class);
PacBioService pacbioService = pacbioServiceWrapper.getPacBioService();
String plateStatus = pacbioService.getPlateStatus(URLEncoder.encode(run.getString("plateId"), "UTF-8"));
if ("Complete".equals(plateStatus)) {
log.debug(runName + " :: Completed");
if (!run.has("completionDate")) {
run.put("completionDate", "");
}