Skip to content

Commit

Permalink
Update rptools 6.5.0 (#159)
Browse files Browse the repository at this point in the history
* feat(tools): rptools, update rptools

* docs(tools): rptools, update rpfba
  • Loading branch information
guillaume-gricourt authored Dec 1, 2023
1 parent 51ce074 commit 98b094d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/rptools/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">6.4.1</token>
<token name="@TOOL_VERSION@">6.5.0</token>
<token name="@VERSION_SUFFIX@">0</token>
<xml name="requirements">
<requirements>
Expand Down
8 changes: 4 additions & 4 deletions tools/rptools/rpfba.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#end if
--objective_rxn_id '$objective_rxn_id'
--sim '$input_sim_type.sim_type'
#if str($adv.ignore_orphan_species) == "true":
--ignore_orphan_species
#if str($adv.with_orphan_species) == "true":
--with_orphan_species
#end if
--log "error"
#if str($input_sim_type.sim_type)=="fba"
Expand Down Expand Up @@ -55,7 +55,7 @@
</conditional>
<section name="adv" title="Advanced Options" expanded="false">
<param name="merge" type="boolean" label="Output the merged model?" checked="false" display="checkboxes" />
<param name="ignore_orphan_species" type="boolean" label="Ignore metabolites that are only consumed or produced?" checked="true" />
<param name="with_orphan_species" type="boolean" label="Add metabolites that are only consumed or produced?" checked="false" />
</section>
</inputs>
<outputs>
Expand Down Expand Up @@ -165,7 +165,7 @@ Optional:
Advanced options:
* **Output the merged model?**\ : (boolean, default=False) output the full merged model instead of heterologous pathway only
* **Ignore Orphan Species?**\ : (boolean, default=True) ignore metabolites that are only consumed or produced
* **With Orphan Species?**\ : (boolean, default=False) add metabolites that are only consumed or produced
]]></help>
<expand macro="creator"/>
<citations>
Expand Down

0 comments on commit 98b094d

Please sign in to comment.