annotate rpcompletion.xml @ 1:c33bde07cbc7 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
author tduigou
date Fri, 24 Oct 2025 08:37:01 +0000
parents 874093da8436
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
1 <tool id="rptools_rpcompletion" name="Complete Reactions"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
2 version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09">
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
3 <description>Completes mono-component reactions output by RetroPath2.0 with the appropriate
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
4 cofactors</description>
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
5 <macros>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
6 <import>macros.xml</import>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
7 </macros>
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
8 <expand macro="requirements" />
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
9 <stdio>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
10 <exit_code range="1" level="fatal" description="Could not Xref compartment_id" />
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
11 <exit_code range="2" level="fatal" description="ValueError returned" />
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
12 <regex match="Continuing without sink molecule" source="both" level="warning"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
13 description="The sink file is empty or not found" />
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
14 </stdio>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
15 <command detect_errors="exit_code"><![CDATA[
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
16 TMPDIR="\${TMPDIR:-.}/rr_cache" &&
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
17 mkdir -p "\${TMPDIR}" &&
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
18 #if str($sink.cond) == 'empty'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
19 echo '"Name","InChI"' > empty_sink.csv &&
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
20 #set sinkfile='empty_sink.csv'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
21 #else
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
22 #set sinkfile=$sink.sinkfile
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
23 #end if
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
24
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
25 python -m rptools.rpcompletion
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
26 '$rp2_pathways'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
27 $sinkfile
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
28 '$rp2paths_compounds'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
29 '$rp2paths_pathways'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
30 completed_pathways
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
31 --upper_flux_bound '$adv.upper_flux_bound'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
32 --lower_flux_bound '$adv.lower_flux_bound'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
33 --max_subpaths_filter '$adv.max_subpaths_filter'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
34 --chemical-space '$adv.chemical_space'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
35 #if $adv.cofile
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
36 --cofactors '$adv.cofile'
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
37 #end if
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
38 #if not $sink.error_codes
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
39 --silent
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
40 #end if
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
41 --cache-dir "\${TMPDIR:-.}"
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
42 ]]></command>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
43 <inputs>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
44 <param name="rp2paths_pathways" type="data" format="csv" label="RP2paths pathways" />
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
45 <param name="rp2paths_compounds" type="data" format="tabular" label="RP2paths compounds" />
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
46 <param name="rp2_pathways" type="data" format="csv" label="RetroPath2.0 metabolic network" />
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
47 <conditional name="sink">
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
48 <param name="cond" type="select" label="Empty sink">
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
49 <option value="provided" selected="True">Provided</option>
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
50 <option value="empty">Empty</option>
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
51 </param>
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
52 <when value="provided">
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
53 <param name="sinkfile" type="data" format="csv" label="Sink File"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
54 help="Sink file which comprises all compounds that are considered as granted in your system." />
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
55 <param name="error_codes" type="boolean" checked="true"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
56 label="Return error codes" />
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
57 </when>
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
58 <when value="empty">
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
59 <param name="error_codes" type="boolean" checked="false"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
60 label="Return error codes" />
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
61 </when>
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
62 </conditional>
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
63 <section name="adv" title="Advanced Options" expanded="false">
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
64 <param argument="max_subpaths_filter" type="integer" value="10" min="0"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
65 label="Max subpaths generated per pathway"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
66 help="Maximal number of subpaths to be created per master pathway." />
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
67 <param argument="upper_flux_bound" type="integer" value="10000" min="-10000" max="10000"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
68 label="Upper flux bound"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
69 help="Upper flux bound value to be used in outputted SBML models (fbc SBML package) for new reactions created." />
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
70 <param argument="lower_flux_bound" type="integer" value="-10000" min="-10000"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
71 max="10000" label="Lower flux bound"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
72 help="Lower flux bound value to be used in outputted SBML models (fbc SBML package) for new reactions created." />
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
73 <param name="chemical_space" type="select" label="Chemical space">
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
74 <option value="mnx4.4" selected="True">mnx4.4</option>
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
75 <option value="mnx3.1">mnx3.1</option>
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
76 </param>
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
77 <param name="cofile" type="data" format="txt,tsv,tabular" optional="True"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
78 label="Cofactor file" />
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
79 </section>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
80 </inputs>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
81 <outputs>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
82 <collection name="pathways" type="list" label="${tool.name}">
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
83 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.xml" format="xml"
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
84 directory="completed_pathways" visible="false" />
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
85 </collection>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
86 </outputs>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
87 <tests>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
88 <test>
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
89 <!-- test 1: check if outputs are represented in an expected number -->
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
90 <param name="rp2paths_pathways" value="4-rp2paths_pathways.csv" />
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
91 <param name="rp2paths_compounds" value="3-rp2paths_compounds.tsv" />
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
92 <param name="rp2_pathways" value="1-rp2_metnet.csv" />
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
93 <conditional name="sink">
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
94 <param name="cond" value="provided" />
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
95 <param name="sinkfile" value="2-sink.csv" />
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
96 </conditional>
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
97 <output_collection name="pathways" type="list" count="10" />
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
98 </test>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
99 </tests>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
100 <help><![CDATA[
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
101 rpCompletion
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
102 ============
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
103
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
104 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.
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
105
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
106 Output
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
107 ------
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
108
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
109 * **pathways**: SBML completed pathways
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
110 ]]></help>
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
111 <expand macro="creator" />
0
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
112 <citations>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
113 <citation type="doi">10.1038/s41467-022-32661-x</citation>
874093da8436 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
tduigou
parents:
diff changeset
114 </citations>
1
c33bde07cbc7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit c1b249f25f3143e21980cd7daecb1aebb88ef948-dirty
tduigou
parents: 0
diff changeset
115 </tool>