Abstract

The paper addresses the application of engineering biology strategies and techniques to the automation of laboratory workflow—primarily in the context of biofoundries and biodesign applications based on the Design, Build, Test and Learn paradigm. The trend toward greater automation comes with its own set of challenges. On the one hand, automation is associated with higher throughput and higher replicability. On the other hand, the implementation of an automated workflow requires an instruction set that is far more extensive than that required for a manual workflow. Automated tasks must also be conducted in the order specified in the workflow, with the right logic, utilizing suitable biofoundry resources, and at scale—while simultaneously collecting measurements and associated data. The paper describes an approach to an automated workflow that is being trialed at the London Biofoundry at SynbiCITE. The solution represents workflows with directed graphs, uses orchestrators for their execution, and relies on existing standards. The approach is highly flexible and applies to not only workflow automation in single locations but also distributed workflows (e.g. for biomanufacturing). The final section presents an overview of the implementation—using the simple example of an assay based on a dilution, measurement, and data analysis workflow.

1. Introduction

Engineering biology has been identified by both the US and UK governments as a key technology for the global transition to a bio-based economy (e.g. The White House Executive Order on Advancing Biotechnology and Biomanufacturing Innovation—2022 (1)). This applies to the replacement of fossil-based products with renewable biological resources to produce, for example, chemicals, consumer and industrial goods, energy, and food (2). Applications of engineering biology often need to run operations on biological samples at very large scales. This is often due to the need to to explore vast design spaces of genetic diversity. Another issue is the need for ever greater reliability and replicability. This is of great importance in industrial settings and is a rising concern in biological research. Several studies have shown that results produced in leading journals by one group are frequently impossible to replicate by other groups (3). Reasons for poor replicability range from human error to different methodologies, to insufficient control of experimental factors, not to mention underpowered studies.

To address these problems, there is a need to introduce more automation—and to exploit its capacity for higher throughput and higher replicability. Automation in biology is not new. For example, chemostats were invented in the 1950s (4), and the introduction of liquid-handling robots in the 1990s was instrumental in the development of high-throughput screening (5). The push for automation has recently accelerated due to the establishment of biofoundries (6). Biofoundries are specialized laboratories that combine software-based design and automated pipelines to build and test genetic devices (7). To enable rapid design, construction and testing, biofoundries are organized around the Design–Build–Test–Learn (DBTL) cycle (6). They are essential components of a wider ecosystem of facilities supporting the bioeconomy—specifically tasked with application development, scale-up and commercialization (8). They are also ideal test beds for the integration of automated platforms and dedicated software tools.

2. Workflow automation

In this paper, we will address a problem that rapidly becomes apparent when working in a biofoundry: the problem of workflow automation.

In the hands of a skilled human operator, implementing a standard laboratory-based workflow can be relatively straightforward (often requiring a minimum set of instructions and relying on personal expertise). Automation of a workflow in a biofoundry is more complex—necessitating the integration of separate automated tasks (Figure 1). This process, and the associated architecture, will now be described in more detail. Referring to Figure 1, the top of the diagram (Figure 1section 1) describes an automated task. Each automated task has two components—a software layer coupled to a mechanized layer. Instructions for the task are communicated to the mechanized layer by the software layer, so that the automated platform (e.g. a liquid-handling robot) accomplishes the specified task.

Automated tasks, automated workflows and distributed automated workflows.
Figure 1.

Automated tasks, automated workflows and distributed automated workflows.

The second area of Figure 1 (section 2) illustrates how multiple tasks are combined into an integrated automated workflow. In the figure, a generic workflow is described, comprising four tasks—performed sequentially on one or more microplates (e.g. creation, culture, and some measurement, etc.). The instructions for any task in the workflow are transmitted to the software layer of the task and then to its mechanized layer (as previously described). In addition, there is a supporting IT infrastructure that is in charge of sending the instructions (in the order of the workflow) and collecting all the generated data (including the operational and experimental data) before curating, organizing and storing them—while monitoring the advancement of the workflow.

To be able to create a sequence of automated tasks in such a manner requires more than a dedicated supporting IT infrastructure. A significant degree of standardization (and, therefore, standards) is also needed. Technical standards are a crucial enabler of integration efforts. They provide the interface between different processes—reducing incompatibility and removing potential sources of error (thus improving reliability and replicability). Several data standards already exist in engineering biology—together with more general standards in communication systems—these standards are indicated in Figure 1. Similarly, physical standards are needed for the equipment involved in the workflow—for instance, the ANSI standards for microplates (9). More work is needed however, especially regarding details of data and metadata (10).

Once automated protocols have been developed and tested, little human involvement is required—reducing human-induced errors and variability (a core promise of automation). Porting protocols between biofoundries (running different equipment, often controlled by different codes) is less straightforward. However, recent approaches, such as programmatically open platforms like Opentrons (11), or platform-agnostic languages, such as LabOP (12) and PyLabRobot (13), are very promising technologies in this regard. They also begin to address a distributed future, where once the workflow has been installed in an individual biofoundry, it can be implemented in multiple biofoundries, often with relatively minor modifications. Elements of any automated workflow can then be distributed to other locations (possibly with significant geographical separation)—provided such locations use compatible infrastructures and carry out the necessary protocol adjustments. Figure 1, section 3 shows an example where a ‘sacrificial plate’ is created for specific measurements to be conducted in a different location with special expertise in this aspect of the workflow. For example, for a DBTL strategy, specifications for the design may be undertaken in the USA, the design in Sweden, modeling in Singapore, the build in China and testing and debugging again performed in the USA. It is also possible to envisage distributed manufacturing based on a similar set of concepts—for instance, the distributed manufacture of vaccines and their hundreds of individual components at multiple local sites (14).

3. Implementation

The next sections describe a general and flexible approach to the development of automated workflow. This combines directed acyclic graphs (DAGs) and orchestrators, high levels of automation and a distributed information system. The discussion that follows is in the context of biodesign—but the principles presented extend to other applications. The methodology presented is intended to be implemented in a biofoundry—but any location with a sufficient degree of automation will derive benefit.

Biodesign is a multistage iterative process (its workflow underpinned by the DBTL paradigm (15)). The design stage is undertaken in the dry lab and the build and test stages in the wet lab. In engineering biology terms, this means that the design is undertaken using a suite of software (fully amenable to automation, as it is purely computational), while the build and test stages are conducted in a biofoundry.

Computer-based biodesign has been typically based on a design abstraction hierarchy mirroring electronic circuit design. Implementation requires an infrastructure with standard, well-characterized biological components used in the design. This, in turn, requires standardized data formats and analysis procedures, standardized data repositories and a range of design tools that are capable of integration. Of particular importance in this strategic approach is a set of standard components drawn from registries (16). These are incorporated into the design—with the subsequent steps of computer modeling, characterization, testing and validation. At the simplest level, components may only comprise sequence information—e.g. in an SBOL file (17). At the other end of the spectrum, components may be organized in terms of type and function—with full characterization data, metadata and access to the raw data from characterization experiments (18). Recently, artificial intelligence approaches (19) have been proposed to address all the contextual effects affecting biodesign and preventing direct use of characterization data as originally intended. More generally, biodesign still lacks a user-friendly framework for design and troubleshooting (20). Without validated models with good prediction, many assays are needed to test and validate the designs. This necessitates effective automation of the build and test stages in a biofoundry, and more generally, the processing of biological samples in engineering biology.

Implicit in the automated implementation of a workflow is the requirement to translate the high-level (human-readable) description of a workflow into low-level, machine-readable instructions, so that automated biofoundry resources (hardware or software) can carry out the separate operations in the workflow—while also ensuring these operations are conducted in the right order and with the right logic.

Our proposed solution is based on a three-tier hierarchical model. At the top level is the human-readable workflow; at the second level, the procedures for data and machine interaction; and at the third level, the automated implementation in the biofoundry.

The second level is the key stage of this hierarchy. We use DAGs for the representation of workflows, and orchestrators for their execution. A DAG is a directed graph that, in the context of a workflow, comprises arcs connecting steps in the workflow sequentially, making it acyclic (i.e. with no loops). An orchestrator is a type of software very common in data processing applications (21). Its purpose is to execute workflows, assign tasks to resources, and schedule, run and monitor different tasks of the workflow—as well as all objects going in and out of the tasks.

The system architecture is shown in Figure 2. The workflow is encoded in a DAG (called a model graph), which, in turn, instructs the workflow module to undertake a sequence of operations. The execution of the workflow is coordinated by the orchestrator (in our case Airflow (22)), which interacts with all the elements of the workflow system as follows:

  • The orchestrator recruits and instructs the biofoundry resources (hardware and software) to undertake the workflow.

  • It dispatches to the datastore (typically a vendor-neutral archive, supporting open data formats) the data from the execution of the workflow (operational data, experimental data and, also, in silico biodesign data), so they may be subsequently used for analysis.

  • It generates an execution graph, stored in a dedicated graph database (Neo4j (23) was used), which is a log of the execution of the workflow and links all undertaken steps of the workflows to descriptions of its inputs and outputs.

Overall system architecture and example workflow. The same color scheme was used as in Figure 1.
Figure 2.

Overall system architecture and example workflow. The same color scheme was used as in Figure 1.

This can be further illustrated in the simple workflow, developed for the purpose of the creation of a calibration curve (the bottom of Figure 2). The workflow comprises three steps: creation of a dilution plate on a liquid-handling platform, measurement and data analysis. The way in which the orchestrator utilizes the available resources (hardware and computational)—and the corresponding physical data flows between the orchestrator, the datastore and the available resources—is detailed in the same figure. Figure 3 introduces the software stack of our proposed solution—for the same workflow example (referred to as the ‘Automated dilution workflow’). Figure 3, section 1 shows a screenshot of the graph view in AirFlow, while Figure 3, section 2 shows a screenshot of the Neo4J Browser with the execution graph. The solution is currently being trialed at the London Biofoundry at SynbiCITE (24).

Orchestration of a simple workflow in practice.
Figure 3.

Orchestration of a simple workflow in practice.

The authors believe that the power and flexibility offered by the orchestrator (at the heart of the proposed architecture) make it stand out from a number of current infrastructures (25), which are mainly concerned with the logging, storage and subsequent analysis of all experimental and procedural data. In particular, the approach enables the building of automated pipelines distributed across more than one biofoundry. In this case, while the automated platforms may be in different locations, each biofoundry will be connected to the system architecture. Instructions flow from the central infrastructure to the software layer of the platforms, to their mechanized layer and back. The orchestrator coordinates the tasks encoded into the DAG across the different biofoundries involved in the workflow.

4. Conclusion

The methodology described in the paper addresses automated workflow in the context of a biofoundry. As described in the paper, workflow in a biofoundry frequently results in large amounts of data, often involving higher-throughput and higher replicability. The approach described is based on a supporting IT infrastructure and the use of DAGs and orchestrators. The methodology is designed to be as generic as possible.

Data availability

No new data were generated or analysed in support of this research.

Funding

  • The UK Government Department of Business, Energy and Industrial Strategy (via the UK’s National Physical Laboratory) NPL [2937881]; Engineering and Physical Sciences Research Council (UK) [EP/L011573/1 and EP/S001859/1].

Author Contributions

All the authors contributed to all aspects of the work. A.C. was primarily responsible for the workflow; M.B. for biodesign and software; and R.K. for the overall strategy for the approach, project management, and writing the paper.

Conflict of interest statement

None declared.

References

1.

House
T.W.
(
2022
)
Executive order on advancing biotechnology and biomanufacturing innovation for a sustainable, safe, and secure American bioeconomy
.
The White House
. https://www.whitehouse.gov/briefing-room/presidential-actions/2022/09/12/executive-order-on-advancing-biotechnology-and-biomanufacturing-innovation-for-a-sustainable-safe-and-secure-american-bioeconomy/ (21 June 2024, date last accessed).

2.

National Academies of Sciences, Engineering, and Medicine, Division on Engineering and Physical Sciences
(
2020
)
Safeguarding the Bioeconomy
.
National Academies Press
,
Washington, DC
.

3.

Baker
M.
(
2016
)
1,500 scientists lift the lid on reproducibility
.
Nature
,
533
,
452
454
.

4.

Ziv
N.
,
Brandt
N.J.
and
Gresham
D.
(
2013
)
The use of chemostats in microbial systems biology
.
J. Vis. Exp.
 
80
, e50168.

5.

Major
J.
(
1998
)
Challenges and opportunities in high throughput screening: implications for new technologies
.
J. Biomol. Screen
,
3
,
13
17
.

6.

Hillson
N.
,
Caddick
M.
,
Cai
Y.
,
Carrasco
J.A.
,
Chang
M.W.
,
Curach
N.C.
,
Bell
D.J.
,
Le Feuvre
R.
,
Friedman
D.C.
,
Fu
X.
 et al. (
2019
)
Building a global alliance of biofoundries
.
Nat. Commun.
,
10
, 2040.

7.

Tellechea-Luzardo
J.
,
Otero-Muras
I.
,
Goñi-Moreno
A.
, and
Carbonell
P.
(
2022
)
Fast biofoundries: coping with the challenges of biomanufacturing
.
Trends Biotechnol.
,
40
,
831
842
.

8.

Kitney
R.
,
Adeogun
M.
,
Fujishima
Y.
,
Goñi-Moreno
Á.
,
Johnson
R.
,
Maxon
M.
,
Steedman
S.
,
Ward
S.
,
Winickoff
D.
,
Philp
J.
 et al. (
2019
)
Enabling the advanced bioeconomy through public policy supporting biofoundries and engineering biology
.
Trends Biotechnol.
,
37
,
917
920
.

9.

ANSI/SLAS Microplate Standards
.
Society of Laboratory Automation and Screening
. https://www.slas.org/education/ansi-slas-microplate-standards/ (21 June 2024, date last accessed).

10.

Kitney
R.
and
Freemont
P.
(
2012
)
Synthetic biology—the state of play
.
FEBS Lett.
,
586
,
2029
2036
.

11.

May
M.
(
2019
)
A DIY approach to automating your lab
.
Nature
,
569
,
587
588
.

12.

Bartley
B.
,
Beal
J.
,
Rogers
M.
,
Bryce
D.
,
Goldman
R.P.
,
Keller
B.
,
Lee
P.
,
Biggers
V.
,
Nowak
J.
,
Weston
M.
 et al. (
2023
)
Building an open representation for biological protocols
.
ACM J. Emerg. Technol. Comput. Syst
,
19
,
1
21
.

13.

Wierenga
R.P.
,
Golas
S.M.
,
Ho
W.
,
Coley
C.W.
, and
Esvelt
K.M.
(
2023
)
PyLabRobot: An open-source, hardware-agnostic interface for liquid-handling robots and accessories
.
Device
,
1
, 100111.

14.

Bown
C.P.
and
Bollyky
T.J.
(
2022
)
How COVID‐19 vaccine supply chains emerged in the midst of a pandemic
.
World Econ.
,
45
,
468
522
.

15.

Carbonell
P.
,
Jervis
A.J.
,
Robinson
C.J.
,
Yan
C.
,
Dunstan
M.
,
Swainston
N.
,
Vinaixa
M.
,
Hollywood
K.A.
,
Currin
A.
,
Rattray
N.J.W.
 et al. (
2018
)
An automated Design-Build-Test-Learn pipeline for enhanced microbial production of fine chemicals
.
Commun. Biol.
,
1
,
1
10
.

16.

McLaughlin
J.A.
,
Myers
C.J.
,
Zundel
Z.
,
Mısırlı
G.
,
Zhang
M.
,
Ofiteru
I.D.
,
Goñi-Moreno
A.
,
Wipat
A.
 et al. (
2018
)
SynBioHub: a standards-enabled design repository for synthetic biology
.
ACS Synth. Biol.
,
7
,
682
688
.

17.

Galdzicki
M.
,
Clancy
K.P.
,
Oberortner
E.
,
Pocock
M.
,
Quinn
J.Y.
,
Rodriguez
C.A.
,
Roehner
N.
,
Wilson
M.L.
,
Adam
L.
,
Anderson
J.C.
 et al. (
2014
)
The Synthetic Biology Open Language (SBOL) provides a community standard for communicating designs in synthetic biology
.
Nat. Biotechnol.
,
32
,
545
550
.

18.

Sainz de Murieta
I.
,
Bultelle
M.
and
Kitney
R.I.
(
2016
)
Toward the first data acquisition standard in synthetic biology
.
ACS Synth. Biol.
,
5
,
817
826
.

19.

Sieow
B.F.-L.
De Sotto
R.
Seet
Z.R.D.
Hwang
I.Y.
Chang
M.W.
(
2023
) Synthetic biology meets machine learning. In:
Selvarajoo
 
K
(ed).
Computational Biology and Machine Learning for Metabolic Engineering and Synthetic Biology
.
Springer US
,
New York, NY
, pp.
21
39
.

20.

Moschner
C.
,
Wedd
C.
and
Bakshi
S.
(
2022
)
The context matrix: navigating biological complexity for advanced biodesign
.
Front. Bioeng. Biotechnol.
,
10
,
1
8
.

21.

Barika
M.
,
Garg
S.
,
Zomaya
A.Y.
,
Wang
L.
,
Moorsel
A.V
and
Ranjan
R.
(
2019
)
Orchestrating big data analysis workflows in the cloud: research challenges, survey, and future directions
.
ACM Comput. Surv. CSUR
,
52
,
1
41
.

22.

Apache Airflow
.
Apache Airflow
. https://airflow.apache.org/ (21 June 2024, date last accessed)

23.

Neo4j Graph Database & Analytics – The Leader in Graph Databases
.
Graph Database Anal
. https://neo4j.com/ (21 June 2024, date last accessed).

24.

SynbiCITE
.
SynbiCITE
. http://www.synbicite.com/ (21 June 2024, date last accessed).

25.

Berezin
S.C.T.
,
Aguilera
L.U.
,
Billerbeck
S.
,
Bourne
P.E
,
Densmore
D.
,
Freemont
P.
,
Gorochowski
T.E.
,
Hernandez
S.I
,
Hillson
N.J.
,
King
C.R
 et al. (
2023
)
Ten simple rules for managing laboratory information
.
PLoS Comput. Biol.
 
19
,
1
17
.

This is an Open Access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted reuse, distribution, and reproduction in any medium, provided the original work is properly cited.