I'm exploring the reuse of autoprotocol in a client's dna-synthesis platform they've built from scratch.
When using Protocol.dispense() we must specify the set of targeted columns in a microplate. Same observed here autoprotocol.instruction.Dispense
Is there a way to specify the targeted dispense wells as the intersection of a column-set and a row-set? Or any arbitrary set of wells?
This is something the client's platform protocol requires (dispensing 4-rows at a time on a 96 well plate, but only in a subset of columns).