Skip to content

Commit

Permalink
feat(tools): rptools, output merge model
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Nov 22, 2023
1 parent 4e96518 commit 7dc6a6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/rptools/rpfba.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<command detect_errors="exit_code"><![CDATA[
python -m rptools.rpfba '$pathway' '$model' '$compartment_id' '$pathway_with_fba'
#if str($adv.merge) == "true":
--merge
--merge '$output_merge'
#end if
--objective_rxn_id '$objective_rxn_id'
--sim '$input_sim_type.sim_type'
Expand Down Expand Up @@ -60,6 +60,9 @@
</inputs>
<outputs>
<data name="pathway_with_fba" format="sbml" label="${tool.name}(${input_sim_type.sim_type}) - ${pathway.name}" />
<data name="output_merge" format="sbml" label="${tool.name}(${input_sim_type.sim_type}) - ${pathway.name} - merge">
<filter>adv['merge']</filter>
</data>
</outputs>
<tests>
<test>
Expand Down

0 comments on commit 7dc6a6c

Please sign in to comment.