Change plate reader/writer to use columns as wells

This commit is contained in:
2022-02-20 19:58:24 -06:00
parent 2b13e10e95
commit 1bc6a11545
2 changed files with 0 additions and 4 deletions

View File

@@ -49,11 +49,7 @@ public class PlateFileReader {
// }
// }
// wells.add(well);
boolean wellNamesRecord = true;
for(CSVRecord record: parser.getRecords()) {
if (record.hasComment()) {
continue;
}
if (wells.size() == 0) {
int num = 0;
for (String s: record) {