Added metadata to MatchingResult to enable CLI options
This commit is contained in:
@@ -223,7 +223,7 @@ public class InteractiveInterface {
|
||||
System.out.println("No cell sample found.");
|
||||
System.out.println("Returning to main menu.");
|
||||
}
|
||||
else if(plate.getWells().size() == 0 || plate.getConcentrations().length == 0){
|
||||
else if(plate.getWells().size() == 0 || plate.getPopulations().length == 0){
|
||||
System.out.println("No sample plate found.");
|
||||
System.out.println("Returning to main menu.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user