diff --git a/src/main/java/PlateFileWriter.java b/src/main/java/PlateFileWriter.java index a493412..191ce0e 100644 --- a/src/main/java/PlateFileWriter.java +++ b/src/main/java/PlateFileWriter.java @@ -93,8 +93,8 @@ public class PlateFileWriter { 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("Well populations: " + wellPopulationsString); + printer.printComment("Error rate: " + error); if(isExponential){ printer.printComment("Lambda: " + lambda); }