robotevo
robotevo copied to clipboard
Generate 2 scripts from two different runs sharing some labware
For example, a PCR setup in the RNA extraction robot uses the samples previously extracted there.
Or one protocol reuse one reactive plate filled in a previous runs
Create a pipeline of protocols. The pipeline have an ordered list and a dictionary of the protocols. At the moment of inserting in the pipeline a protocol can be given an "instance name", apart from the general name it have. The pipeline fill the protocol pre-parameters and run the protocol, and then the next...etc. One protocol can take and reuse a reactive (posible created) from another protocol. A pipeline is not a protocol because it has no robot atached. But both protocols and pipelines are executable because both have Run(), Parameters and CheckList(), and posible Browse() and Reactives
Commit https://github.com/qPCR4vir/robotevo/commit/2ae99cad1832d7cc2a32c6046b097641e78fac82 make possible to run multiple protocols "in parallel"