robotevo icon indicating copy to clipboard operation
robotevo copied to clipboard

Generate 2 scripts from two different runs sharing some labware

Open qPCR4vir opened this issue 7 years ago • 3 comments

For example, a PCR setup in the RNA extraction robot uses the samples previously extracted there.

qPCR4vir avatar Jun 26 '18 09:06 qPCR4vir

Or one protocol reuse one reactive plate filled in a previous runs

qPCR4vir avatar Jun 26 '18 09:06 qPCR4vir

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

qPCR4vir avatar Jul 09 '18 21:07 qPCR4vir

Commit https://github.com/qPCR4vir/robotevo/commit/2ae99cad1832d7cc2a32c6046b097641e78fac82 make possible to run multiple protocols "in parallel"

qPCR4vir avatar Jul 17 '18 09:07 qPCR4vir