Change plate reader/writer to use columns as wells
This commit is contained in:
Binary file not shown.
@@ -49,11 +49,7 @@ public class PlateFileReader {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// wells.add(well);
|
// wells.add(well);
|
||||||
boolean wellNamesRecord = true;
|
|
||||||
for(CSVRecord record: parser.getRecords()) {
|
for(CSVRecord record: parser.getRecords()) {
|
||||||
if (record.hasComment()) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if (wells.size() == 0) {
|
if (wells.size() == 0) {
|
||||||
int num = 0;
|
int num = 0;
|
||||||
for (String s: record) {
|
for (String s: record) {
|
||||||
|
|||||||
Reference in New Issue
Block a user