# HG changeset patch # User tduigou # Date 1651854316 0 # Node ID 9603ff31672610efd6c1ee61f98b070fb4780a6c # Parent 2bdbcdb151acc8efd9b91b6f4288dc20337553bb "planemo upload commit f40274f6b9f6a15eb4022aab21286d4c96cd8475-dirty" diff -r 2bdbcdb151ac -r 9603ff316726 rpbasicdesign.xml --- a/rpbasicdesign.xml Wed Mar 30 08:59:01 2022 +0000 +++ b/rpbasicdesign.xml Fri May 06 16:25:16 2022 +0000 @@ -1,7 +1,7 @@ Build DNA-BOT input files from rpSBML - 1.0.1 + 1.1.0 rpbasicdesign @@ -21,6 +21,7 @@ --o_dnabot_dir 'out/dnabot_in' $adv.sbol_output --max_enz_per_rxn $adv.max_enz_per_rxn + --max_gene_per_construct $adv.max_gene_per_construct ]]> @@ -63,6 +64,7 @@ + @@ -145,7 +147,8 @@ * **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). +* **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). +* **Maximum number of genes per construct**\ : (int) If more genes are required, i.e. more reactions are described in the input SBML file, then the execution will failed. (Default: 3). Output ------