Change plate reader/writer to use columns as wells

This commit is contained in:
2022-02-20 19:48:09 -06:00
parent 4fd5baeb98
commit 2b13e10e95
3 changed files with 14 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ public class PlateFileWriter {
else {
printer.printComment("Std. dev.: " + stdDev);
}
printer.printRecords(wellsAsStrings);
printer.printRecords(rows);
} catch(IOException ex){
System.out.println("Could not make new file named "+filename);
System.err.println(ex);