Mercurial > repos > tduigou > retropath2
comparison retropath2_wrapper.xml @ 12:da083c323f5c draft default tip
planemo upload for repository https://github.com/brsynth/retropath2_wrapper commit 96a30e92eab3144b924fdba7b63be10b218160a7
author | tduigou |
---|---|
date | Wed, 24 Jul 2024 08:41:51 +0000 |
parents | 5f4a981d6bc3 |
children |
comparison
equal
deleted
inserted
replaced
11:5f4a981d6bc3 | 12:da083c323f5c |
---|---|
6 </macros> | 6 </macros> |
7 <requirements> | 7 <requirements> |
8 <requirement type="package" version="@TOOL_VERSION@">retropath2_wrapper</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">retropath2_wrapper</requirement> |
9 </requirements> | 9 </requirements> |
10 <stdio> | 10 <stdio> |
11 <!-- Fatal --> | |
11 <exit_code range="1" level="fatal" description="Cannot find source-in-sink file" /> | 12 <exit_code range="1" level="fatal" description="Cannot find source-in-sink file" /> |
13 <regex match="It seems that the target product is already in the chassis" source="both" level="fatal" description="It seems that the target product is already in the chassis" /> | |
12 <exit_code range="2" level="fatal" description="Running the RetroPath2.0 Knime program produced an OSError" /> | 14 <exit_code range="2" level="fatal" description="Running the RetroPath2.0 Knime program produced an OSError" /> |
15 <regex match="The following error occured" source="both" level="fatal" description="The following error occured" /> | |
13 <exit_code range="3" level="fatal" description="The InChI string is malformed" /> | 16 <exit_code range="3" level="fatal" description="The InChI string is malformed" /> |
14 <exit_code range="-1" level="warning" description="Source has been found in the sink" /> | 17 <regex match="is not a valid InChI notation" source="both" level="fatal" description="is not a valid InChI notation" /> |
15 <exit_code range="-2" level="warning" description="RetroPath2.0 has found no solution" /> | 18 <exit_code range="4" level="fatal" description="Sink file is malformed" /> |
16 <exit_code range="-3" level="warning" description="Time limit reached" /> | 19 <regex match="The sink file is malformed" source="both" level="fatal" description="The sink file is malformed" /> |
20 <!-- Warning --> | |
21 <exit_code range="10" level="warning" description="Source has been found in the sink" /> | |
22 <regex match="Source has been found in the sink" source="both" level="warning" description="Source has been found in the sink" /> | |
23 <exit_code range="11" level="warning" description="RetroPath2.0 has found no solution" /> | |
24 <regex match="No solution has been found" source="both" level="warning" description="No solution has been found" /> | |
17 </stdio> | 25 </stdio> |
18 <command detect_errors="exit_code"><![CDATA[ | 26 <command detect_errors="exit_code"><![CDATA[ |
19 python -m retropath2_wrapper | 27 python -m retropath2_wrapper |
20 '$sinkfile' | 28 '$sinkfile' |
21 '$rulesfile' | 29 '$rulesfile' |
51 </param> | 59 </param> |
52 <section name="adv" title="Advanced Options" expanded="false"> | 60 <section name="adv" title="Advanced Options" expanded="false"> |
53 <param name="version" type="select" label="Workflow version" help="Retropath2.0 Workflow versions, formatted as 'r{year}{month}{day}' (the latest version 'r20220104' is used by default)."> | 61 <param name="version" type="select" label="Workflow version" help="Retropath2.0 Workflow versions, formatted as 'r{year}{month}{day}' (the latest version 'r20220104' is used by default)."> |
54 <option value="v9">v9</option> | 62 <option value="v9">v9</option> |
55 <option value="r20210127">r20210127</option> | 63 <option value="r20210127">r20210127</option> |
56 <option value="r20220104" selected="true">r20220104</option> | 64 <option value="r20220104">r20220104</option> |
65 <option value="r20220224" selected="true">r20220224</option> | |
57 </param> | 66 </param> |
58 <param name="topx" type="integer" value="100" min="1" max="1000" label="TopX" help="The maximal number of intermediate compounds to use as new starting points for a next iteration of the retrosynthesis algorithm." /> | 67 <param name="topx" type="integer" value="100" min="1" max="1000" label="TopX" help="The maximal number of intermediate compounds to use as new starting points for a next iteration of the retrosynthesis algorithm." /> |
59 <param name="dmin" type="integer" value="0" min="0" max="1000" label="Minimum rule diameter" help="Minimum rule diameter of the sphere including the atoms around the reacting center. The higher is the diameter, the more specific are the rules." /> | 68 <param name="dmin" type="integer" value="0" min="0" max="1000" label="Minimum rule diameter" help="Minimum rule diameter of the sphere including the atoms around the reacting center. The higher is the diameter, the more specific are the rules." /> |
60 <param name="dmax" type="integer" value="1000" min="0" max="1000" label="Maximum rule diameter" help="Maximum rule diameter of the sphere including the atoms around the reacting center. The higher is the diameter, the more specific are the rules."/> | 69 <param name="dmax" type="integer" value="1000" min="0" max="1000" label="Maximum rule diameter" help="Maximum rule diameter of the sphere including the atoms around the reacting center. The higher is the diameter, the more specific are the rules."/> |
61 <param name="mwmax_source" type="integer" value="1000" min="0" max="2000" label="Molecular weight of source (Da)" help="The molecular weight cutoff (in Da), above which initial source (ie target) and intermediate compounds will be filtered out." /> | 70 <param name="mwmax_source" type="integer" value="1000" min="0" max="2000" label="Molecular weight of source (Da)" help="The molecular weight cutoff (in Da), above which initial source (ie target) and intermediate compounds will be filtered out." /> |