Material for OT2 Modular Cloning and Transformation in E. coli Workflow
This workflow enables end-to-end molecular cloning using the OT2 liquid handling robot by OpenTrons. This includes:
All code for this project is freely distributed for academic and commercial uses under the MIT license.
Confirm that you have Python 3 installed.
Download OT2 APP from Opentrons' website.
Clone the GitHub repository to a local computer.
Users looking to implement the OT2 Modular Cloning and Transformation in E. coli workflow are encouraged to consult the instructions. If you are looking to contribute to this project, please raise an issue or pull request. Otherwise, feel free to reach out to rychen58.
Prepare 1 CSV file (which can be produced in Excel) representing input DNA plate map. The input DNA plate maps may contain up to 96 DNA fragments and vectors, 8 rows by 12 columns, with each cell containing the name for DNA parts and empty wells left blank. The CSV file should represent 96-well microplate format plates of DNA parts at the desire concentration chossen by the users.
Prepare 1 CSV file representing the combination list for combinations of parts to assemble, with each row representing one assembly. Each row should have N columns with the names of the parts to assemble (which must match the names in the plate maps of step 1).
Run the OT2-MoClo/moclo_transformation/moclo_transform_generator.py using Python (e.g. typing python3 moclo_transform_generator.py
in the command line). Select the plate map, combinations list, and an output folder for the protocol when prompted.
A protocol named moclo_transform_protocol.py
should be saved in the output folder.