Change order of metadata comments

This commit is contained in:
eugenefischer
2022-10-22 15:50:35 -05:00
parent 25b37eff48
commit f7709ada73

View File

@@ -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);
}