liquid-data-handler
Version:
Transform plate layouts according to liquid handling instructions
9 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEST_WELL_KEY = exports.SRC_WELL_KEY = exports.VOL_KEY = exports.DEST_PLATE_KEY = exports.SRC_PLATE_KEY = void 0;
exports.SRC_PLATE_KEY = "Source Plate";
exports.DEST_PLATE_KEY = "Destination Plate";
exports.VOL_KEY = "Volume";
exports.SRC_WELL_KEY = "Source Well";
exports.DEST_WELL_KEY = "Destination Well";
//# sourceMappingURL=InstructionKeys.js.map