Refactor plate to fill its own wells in its constructor

This commit is contained in:
2022-02-27 14:25:53 -06:00
parent b53f5f1cc0
commit 8ebfc1469f
4 changed files with 10 additions and 9 deletions

View File

@@ -113,7 +113,7 @@ public class Simulator implements GraphModificationFunctions {
distCellsMapAlphaKey, plateVtoAMap, plateVtoBMap, plateAtoVMap,
plateBtoVMap, alphaWellCounts, betaWellCounts, time);
//Set source file name in graph to name of sample plate
output.setSourceFilename(samplePlate.getSourceFileName());
output.setSourceFilename(samplePlate.getFilename());
//return GraphWithMapData object
return output;
}