}
else {
Map<Integer, _96WellPlate> convertedPlateMap = new HashMap<Integer, _96WellPlate>();
for (int i = 0; i < plates.size(); i++) {
User owner = plates.get(i).getSecurityProfile().getOwner();
_96WellPlate p = new _96WellPlate(owner);
convertedPlateMap.put((i+1), p);
}
//_96WellPlates are in a 12x8 (A01-A12,B01-B12 etc) configuration
//So get blocks of 12 libraries and add them to the relevant new plates