Mercurial > repos > tduigou > rpcompletion
comparison rpcompletion.xml @ 4:2ca607d21ce7 draft
planemo upload commit f40274f6b9f6a15eb4022aab21286d4c96cd8475-dirty
| author | tduigou |
|---|---|
| date | Wed, 21 Sep 2022 09:25:09 +0000 |
| parents | c2da3a9e39e5 |
| children | 1eaccac70a28 |
comparison
equal
deleted
inserted
replaced
| 3:c2da3a9e39e5 | 4:2ca607d21ce7 |
|---|---|
| 1 <tool id="rpcompletion" name="Complete Reactions" version="@TOOL_VERSION@" profile="19.09"> | 1 <tool id="rpcompletion" name="Complete Reactions" version="@TOOL_VERSION@" profile="21.09"> |
| 2 <description>From the output of RP2Paths and RetroPath2.0, generate SBML unique and complete (with cofactors) pathways with mono-component reactions</description> | 2 <description>From the output of RP2Paths and RetroPath2.0, generate SBML unique and complete (with cofactors) pathways with mono-component reactions</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@TOOL_VERSION@">5.12.3</token> | 4 <token name="@TOOL_VERSION@">5.13.1</token> |
| 5 </macros> | 5 </macros> |
| 6 <requirements> | 6 <requirements> |
| 7 <requirement type="package" version="@TOOL_VERSION@">rptools</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">rptools</requirement> |
| 8 </requirements> | 8 </requirements> |
| 9 <stdio> | 9 <stdio> |
| 25 <param name="rp2paths_pathways" type="data" format="csv" label="RP2paths pathways" /> | 25 <param name="rp2paths_pathways" type="data" format="csv" label="RP2paths pathways" /> |
| 26 <param name="rp2paths_compounds" type="data" format="tsv" label="RP2paths compounds" /> | 26 <param name="rp2paths_compounds" type="data" format="tsv" label="RP2paths compounds" /> |
| 27 <param name="rp2_pathways" type="data" format="csv" label="RetroPath2.0 metabolic network" /> | 27 <param name="rp2_pathways" type="data" format="csv" label="RetroPath2.0 metabolic network" /> |
| 28 <param name="sink" type="data" format="csv" label="Sink from SBML" /> | 28 <param name="sink" type="data" format="csv" label="Sink from SBML" /> |
| 29 <section name="adv" title="Advanced Options" expanded="false"> | 29 <section name="adv" title="Advanced Options" expanded="false"> |
| 30 <param name="max_subpaths_filter" type="integer" value="10" label="Max subpaths generated per pathway" /> | 30 <param argument="max_subpaths_filter" type="integer" value="10" min="1" max="1000" label="Max subpaths generated per pathway" help="Maximal number of subpaths to be created per master pathway." /> |
| 31 <param name="upper_flux_bound" type="integer" value="999999" label="Upper flux bound" /> | 31 <param argument="upper_flux_bound" type="integer" value="10000" min="-10000" max="10000" label="Upper flux bound" help="Upper flux bound value to be used in outputted SBML models (fbc SBML package) for new reactions created." /> |
| 32 <param name="lower_flux_bound" type="integer" value="0" label="Lower flux bound" /> | 32 <param argument="lower_flux_bound" type="integer" value="0" min="-10000" max="10000" label="Lower flux bound" help="Lower flux bound value to be used in outputted SBML models (fbc SBML package) for new reactions created." /> |
| 33 </section> | 33 </section> |
| 34 </inputs> | 34 </inputs> |
| 35 <outputs> | 35 <outputs> |
| 36 <collection name="pathways" type="list" label="${tool.name}"> | 36 <collection name="pathways" type="list" label="${tool.name}"> |
| 37 <discover_datasets pattern="(?P<designation>.+)\.xml" format="xml" directory="completed_pathways" visible="false" /> | 37 <discover_datasets pattern="(?P<designation>.+)\.xml" format="xml" directory="completed_pathways" visible="false" /> |
| 59 </tests> | 59 </tests> |
| 60 <help><