# HG changeset patch # User iuc # Date 1653303334 0 # Node ID 1a6220e626b52c8e68aebb67dcb9c33951b4a007 # Parent a9f519126d6a975334422b84ce944b69bd3d74aa planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpbasicdesign commit b4fb63a436c6c8711bacb4f35c1eab17a17efd16 diff -r a9f519126d6a -r 1a6220e626b5 rpbasicdesign.xml --- a/rpbasicdesign.xml Wed Mar 30 13:04:57 2022 +0000 +++ b/rpbasicdesign.xml Mon May 23 10:55:34 2022 +0000 @@ -1,7 +1,8 @@ - + Build DNA-BOT input files from rpSBML - 1.0.1 + 0 + 1.1.0 rpbasicdesign @@ -21,6 +22,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 ]]> @@ -35,7 +37,7 @@ - +
@@ -63,6 +65,7 @@ +
@@ -143,9 +146,10 @@ * **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 constructs to generate. Default: 88. +* **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 ------