Correct errors in output and documentation

This commit is contained in:
2022-02-20 20:13:38 -06:00
parent 410f0ae547
commit 7558455f39
3 changed files with 10 additions and 11 deletions

View File

@@ -89,7 +89,6 @@ public class PlateFileWriter {
CSVPrinter printer = new CSVPrinter(writer, plateFileFormat);
){
printer.printComment("Cell source file name: " + sourceFileName);
printer.printComment("Each row represents one well on the plate.");
printer.printComment("Plate size: " + size);
printer.printComment("Error rate: " + error);
printer.printComment("Concentrations: " + concenString);