Initialize wells
This commit is contained in:
@@ -25,6 +25,7 @@ public class Plate {
|
|||||||
this.cells = cells;
|
this.cells = cells;
|
||||||
this.sourceFile = cellFilename;
|
this.sourceFile = cellFilename;
|
||||||
this.size = numWells;
|
this.size = numWells;
|
||||||
|
this.wells = new ArrayList<>();
|
||||||
this.error = dropoutRate;
|
this.error = dropoutRate;
|
||||||
this.populations = populations;
|
this.populations = populations;
|
||||||
this.exponential = exponential;
|
this.exponential = exponential;
|
||||||
|
|||||||
Reference in New Issue
Block a user