Skip BioRad4 and BioRad5

This commit is contained in:
Mike Phares 2025-04-23 13:46:54 -07:00
parent fc32bebeba
commit fcbfcd6c20

View File

@ -159,12 +159,15 @@ internal class Run
else
{
result = new(header, sites, body, footer);
if (logistics.JobID is not "BIORAD4" and not "BIORAD5")
{
WriteJson(logistics, fileInfoCollection, result);
WriteCommaSeparatedValues(logistics, result);
}
}
}
}
}
return result;
}