UNPKG

plate-data-transfer

Version:

Rearranging plate-layouts according to liquid handling steps

7 lines (4 loc) 205 B
import parseInstructionsCSV from "./parseInstructionsCSV"; import CSVInstructions from "./textinstructions_48to96"; const inst_48to96 = parseInstructionsCSV(CSVInstructions); export default inst_48to96;