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