# HG changeset patch # User iuc # Date 1643723741 0 # Node ID 19be43e96154040ab8fb89fbfa5ee51c7b6b3d07 # Parent 12689dfad4d1c31d75073f7ffc0315625441140e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a" diff -r 12689dfad4d1 -r 19be43e96154 rpfba.xml --- a/rpfba.xml Mon Jan 17 11:55:50 2022 +0000 +++ b/rpfba.xml Tue Feb 01 13:55:41 2022 +0000 @@ -1,7 +1,7 @@ for the RetroPath2.0 heterologous pathways - 5.11.1 + 5.12.1 rptools @@ -15,31 +15,31 @@ #if str($adv.merge) == "true": --merge #end if - --objective_rxn_id '$input_sim_type.objective_rxn_id' + --objective_rxn_id '$objective_rxn_id' --sim '$input_sim_type.sim_type' #if str($adv.ignore_orphan_species) == "true": --ignore_orphan_species #end if --log "error" - #if str($input_sim_type.sim_type)=="fraction" - --biomass_rxn_id '$biomass_rxn_id' + #if str($input_sim_type.sim_type)=="fba" + --fraction_of 0.0 + #else --fraction_of '$input_sim_type.fraction_of' #end if - #if str($input_sim_type.sim_type)=="pfba" --biomass_rxn_id '$biomass_rxn_id' - --fraction_of '$input_sim_type.fraction_of' - #end if - #if str($input_sim_type.sim_type)=="fba" - --biomass_rxn_id '$biomass_rxn_id' - --fraction_of 0.0 - #end if ]]> - + + + + + + + @@ -48,25 +48,13 @@ - - - - - - - - - - - -
@@ -188,7 +176,7 @@ Version ---------- -5.11.1 +5.12.1 Authors -------