# HG changeset patch # User tduigou # Date 1649085895 0 # Node ID aeebb663a0d990180ac46643ea7152f252c60390 # Parent de6812daba39eaacf73d5659e268c5cfe7a06596 "planemo upload commit f40274f6b9f6a15eb4022aab21286d4c96cd8475-dirty" diff -r de6812daba39 -r aeebb663a0d9 dnabot.xml --- a/dnabot.xml Tue Feb 22 13:43:44 2022 +0000 +++ b/dnabot.xml Mon Apr 04 15:24:55 2022 +0000 @@ -1,4 +1,4 @@ - + DNA assembly using BASIC on OpenTrons 3.1.0 @@ -21,11 +21,11 @@ && tar -cvf '$dnabot_scripts' 'output' ]]> - - + +
- - + + @@ -37,7 +37,7 @@ - + @@ -54,7 +54,7 @@
- + @@ -68,22 +68,22 @@ DNA-Bot ============ -DNA assembly using BASIC on OpenTrons + **DNA-Bot** tool reads the list of constructs (previously produced by `rpBasicDesign `_) and the DNA-parts position on the source plates and generates a set of python scripts to drive an Opentrons liquid handling robot for building the plasmids using BASIC assembly method (as decribed in `Storch2015 `_). Optional parameters can be set by the user to define the plastic labwares to be used, and set protocol parameters such as washing or incubation times for purification step by providing a YAML settings file. -Input ------ +Inputs +------ -* **default_settings_file**: (string) file providing labware IDs and parameter to be used. Default: dnabot/default_settings.yaml. -* **construct_path**: (string) Construct CSV file. -* **source_paths**: (string) Source CSV files. -* **etoh_well**: (string) Well coordinate for Ethanol. Default: A11. -* **soc_column**: (integer) Column coordinate for SOC. Default: 1. -* **template_dir**: (string) Template directory. Default: "template_ot2_scripts" located next to the present script. +* **Source Construct**: CSV file listing constructs to be implemented. +* **Plate files**: File(s) listing parts to be used in constructs. +* **Well coordinate for Ethanol**: (string) Coordinates of the well plate providing ethanol for the purification step. Default: A11 +* **Column coordinate for SOC**: (integer) Coordinate of the column plate providing SOC media for the transformation step. Default: 1. +* **Lab settings file**: Yaml file providing labware IDs and parameter to be used in the Opentrons scripts: `Default settings `_. + Ouput ----- -* **output_dir**: (string) Output directory. Default: same directory than the one containing the "construct_path" file. +* **Dnabot scripts**: DNA-Bot scripts in TAR format which implement the 4 assembly steps and metainformation to keep track of parameters. Version ------- @@ -99,7 +99,7 @@ License ------- -`MIT `_ +`MIT `_ Acknowledgments