sanger / stan-core

MIT License
0 stars 2 forks source link

x1125 LibraryPrepRequest #328

Closed khelwood closed 8 months ago

khelwood commented 9 months ago

Rewrite Transfer (SlotCopyService), Dual index plate (ReagentTransferService) and Amplification (OpWithSlotMeasurementsService) to make calling into them easier and avoid too much repeated code. LibraryPrepService validates each op with the appropriate service, and then records all three ops. The ops are carried out in one transaction, after which relevant source labware are discarded from storage.

For #326