Change order of metadata comments
This commit is contained in:
@@ -93,8 +93,8 @@ public class PlateFileWriter {
|
|||||||
printer.printComment("Cell source file name: " + sourceFileName);
|
printer.printComment("Cell source file name: " + sourceFileName);
|
||||||
printer.printComment("Each row represents one well on the plate.");
|
printer.printComment("Each row represents one well on the plate.");
|
||||||
printer.printComment("Plate size: " + size);
|
printer.printComment("Plate size: " + size);
|
||||||
printer.printComment("Error rate: " + error);
|
|
||||||
printer.printComment("Well populations: " + wellPopulationsString);
|
printer.printComment("Well populations: " + wellPopulationsString);
|
||||||
|
printer.printComment("Error rate: " + error);
|
||||||
if(isExponential){
|
if(isExponential){
|
||||||
printer.printComment("Lambda: " + lambda);
|
printer.printComment("Lambda: " + lambda);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user