Skip BioRad4 and BioRad5
This commit is contained in:
parent
fc32bebeba
commit
fcbfcd6c20
@ -159,8 +159,11 @@ internal class Run
|
||||
else
|
||||
{
|
||||
result = new(header, sites, body, footer);
|
||||
WriteJson(logistics, fileInfoCollection, result);
|
||||
WriteCommaSeparatedValues(logistics, result);
|
||||
if (logistics.JobID is not "BIORAD4" and not "BIORAD5")
|
||||
{
|
||||
WriteJson(logistics, fileInfoCollection, result);
|
||||
WriteCommaSeparatedValues(logistics, result);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user