Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpcompletion input extension #192

Merged
merged 4 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading