# HG changeset patch # User tduigou # Date 1648631063 0 # Node ID e4821c820f7cdcaf189e3faba65781316f6d1bdc # Parent 8a087d7546b85aeb5f4e2073a60d9b91e3c219c4 "planemo upload commit f40274f6b9f6a15eb4022aab21286d4c96cd8475-dirty" diff -r 8a087d7546b8 -r e4821c820f7c rpbasicdesign.xml --- a/rpbasicdesign.xml Mon Mar 28 14:16:59 2022 +0000 +++ b/rpbasicdesign.xml Wed Mar 30 09:04:23 2022 +0000 @@ -1,4 +1,4 @@ - + Build DNA-BOT input files from rpSBML 1.0.1 @@ -23,7 +23,7 @@ --max_enz_per_rxn $adv.max_enz_per_rxn ]]> - + @@ -34,11 +34,10 @@ - [0-9a-zA-Z_:-]+ - +
- + @@ -62,21 +61,21 @@ - +
- - + + adv['sbol_output'] - + @@ -85,9 +84,9 @@ - - - + + + @@ -112,7 +111,7 @@ - + @@ -121,43 +120,40 @@ - - + + `_, to generate genetic constructs compliant with the BASIC (Biopart Assembly Standard for Idempotent Cloning) assembly approach. CSV files produced are ready to be used with DNA-Bot to generate instructions for automated build of the genetic constructs using OpenTrons liquid handling robots. Input ----- Required: -* **rpsbml_file**\ : (string) rpSBML file from which enzymes UniProt IDs will be collected. +* **rpSBML file**\ : rpSBML file from which enzymes UniProt IDs will be collected. Advanced options: -* **parts_files**\ : (string) List of files providing available linkers and user parts (backbone, promoters, ...) for constructs. Default: [data/biolegio_parts.csv, data/user_parts.csv] -* **lms_id**\ : (string) part ID to be used as the LMS methylated linker. Default: LMS. -* **lmp_id**\ : (string) part ID to be used as the LMP methylated linker. Default: LMP. -* **backbone_id**\ : (string) part ID to be used as the backbone. Default: BASIC_SEVA_37_CmR-p15A.1. -* **sample_size**\ : (int) Number of construct to generate. Default: 88. -* **cds_permutation**\ : (boolean) Whether all combinations of CDS permutation should be built Default: true. -* **max_enz_per_rxn**\ : (integer) Maximum number of enyzme to consider per reaction. If more enzymes are available for a given reaction, then only the last one listed in the MIRIAM annotation section will be kept. (Default: 1). +* **Linkers and user parts**\ : (string) List of files providing available linkers and user parts (backbone, promoters, ...) for constructs. Default: ( `Standard Biolegio Parts `_: BBP-18500). +* **LMS part ID**\ : (string) part ID to be used as the LMS methylated linker. Default: LMS. +* **LMP part ID**\ : (string) part ID to be used as the LMP methylated linker. Default: LMP. +* **Backbone part ID**\ : (string) part ID to be used as the backbone. Default: BASIC_SEVA_37_CmR-p15A.1. +* **Sample size**\ : (int) Number of construct to generate. Default: 88. +* **Perform CDS permutation?**\ : (boolean) Whether all combinations of CDS permutation should be built Default: true. +* **Maximum number of enyzme to consider per reaction**\ : (int) Maximum number of enyzme to consider per reaction. If more enzymes are available for a given reaction, then only the last one listed in the MIRIAM annotation section will be kept. (Default: 1). Output ------ -* **o_dnabot_dir**\ : (string) Output folder to write construct and plate files. It will be created if it does not exist yet. Existing files will be overwritten. Default: out/dnabot_in. -* **o_sbol_dir**\ : (string) Output folder to write SBOL depictions of constructs. Existing files will be overwritten. Default: not output. +* **constructs**\ : CSV construct file listing the constructs to be built. +* **User parts plate**\ : CSV file listing the DNA parts to be included into each construct. +* **Biolegio plate**\ : CSV file listing the plate coordinates of the BASIC linkers. +* **SBOL constructs**\ : (optional) one SBOL (Synthetic Biology Open Language) file is produced for each construct generated in XML format. Project Links ------------------