Skip to content

Commit

Permalink
rpcompletion input extension (#192)
Browse files Browse the repository at this point in the history
* fix(tools): rptools rpcompletion, mv input extension

* fix(tools): rptools, rm bad urls

* fix(tools): rptools rpcompletion, mv test case

* fix(tools): rptools rpcompletion, mv test case
  • Loading branch information
guillaume-gricourt authored Jul 24, 2024
1 parent 46a1a47 commit 96a30e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tools/rptools/rpcompletion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]]></command>
<inputs>
<param name="rp2paths_pathways" type="data" format="csv" label="RP2paths pathways" />
<param name="rp2paths_compounds" type="data" format="csv" label="RP2paths compounds" />
<param name="rp2paths_compounds" type="data" format="tabular" label="RP2paths compounds" />
<param name="rp2_pathways" type="data" format="csv" label="RetroPath2.0 metabolic network" />
<param name="sink" type="data" format="csv" label="Sink from SBML" />
<section name="adv" title="Advanced Options" expanded="false">
Expand All @@ -43,14 +43,14 @@
<param name="rp2paths_compounds" value="3-rp2paths_compounds.tsv" />
<param name="rp2_pathways" value="1-rp2_metnet.csv" />
<param name="sink" value="2-sink.csv" />
<output_collection name="pathways" type="list" count="9"/>
<output_collection name="pathways" type="list" count="10"/>
</test>
</tests>
<help><![CDATA[
rpCompletion
============
Completes mono-component reactions output by `RetroPath2.0 <https://www.sciencedirect.com/science/article/pii/S1096717617301337>`_ with the appropriate cofactors. Creates sub-paths when multiple reaction rules are associated with a single reaction. Input is a single pathways file produced by RP2Paths. It stands on rpCache which store pre-computed data.
Completes mono-component reactions output by `RetroPath2.0 <https://www.doi.org/10.1016/j.ymben.2017.12.002>`_ with the appropriate cofactors. Creates sub-paths when multiple reaction rules are associated with a single reaction. Input is a single pathways file produced by RP2Paths. It stands on rpCache which store pre-computed data.
Input
-----
Expand Down
1 change: 0 additions & 1 deletion tools/rptools/rpextractsink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Output
<citation type="doi">10.1038/nbt1156</citation>
<citation type="doi">10.1016/j.ymben.2017.12.002</citation>
<citation type="doi">10.1186/1752-0509-7-74</citation>
<citation type="doi">10.1093/bioinformatics/btn051</citation>
<citation type="doi">10.1038/s41467-022-32661-x</citation>
</citations>
</tool>
2 changes: 1 addition & 1 deletion tools/rptools/rpreport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rpReport
Generates HTML pages to explore the main characteristics (thermodynamics,
fluxes, number of metabolic steps, reaction rule score) of pathways predicted
with `RetroPath suite <https://www.sciencedirect.com/science/article/pii/S1096717617301337>`_.
with `RetroPath suite <https://www.doi.org/10.1016/j.ymben.2017.12.002>`_.
Input
Expand Down
2 changes: 1 addition & 1 deletion tools/rptools/rpviz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
RPVIZ
=====
Visualize pathways from the `RetroPath Suite <https://www.sciencedirect.com/science/article/pii/S1096717617301337>`_.
Visualize pathways from the `RetroPath Suite <https://www.doi.org/10.1016/j.ymben.2017.12.002>`_.
Input
-----
Expand Down

0 comments on commit 96a30e9

Please sign in to comment.