annotate rp2biosensor.xml @ 0:24e89b75846a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
author iuc
date Thu, 05 Jan 2023 14:17:45 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
1 <tool id="rp2biosensor" name="rp2biosensor" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09">
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
2 <description>Build Sensing-Enabling Metabolic Pathways from RetroPath2.0 output</description>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
3 <macros>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
4 <token name="@VERSION_SUFFIX@">0</token>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
5 <token name="@TOOL_VERSION@">3.2.1</token>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
6 </macros>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
7 <requirements>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">rp2biosensor</requirement>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
9 </requirements>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
11 python -m rp2biosensor
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
12 '$rp2_results'
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
13 '$sink_file'
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
14 --opath '$html_file'
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
15 #if str($adv.json_graph) == "true"
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
16 --ojson '$json_file'
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
17 #end if
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
18 --cache-dir "\${TMPDIR:-.}"
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
19 ]]></command>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
20 <inputs>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
21 <param name="rp2_results" type="data" format="csv" label="RetroPath2 output" help="Retrosynthesis network generated by RetroPath2.0 in CSV format."/>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
22 <param name="sink_file" type="data" format="csv" label="Sink file used for RetroPath2.0"/>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
23 <section name="adv" title="Advanced Options" expanded="false">
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
24 <param name="json_graph" type="boolean" label="Output Graph in JSON?" checked="false" />
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
25 </section>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
26 </inputs>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
27 <outputs>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
28 <data name="html_file" format="html" label="${tool.name} - ${rp2_results.name}"/>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
29 <data name="json_file" format="json" label="${tool.name} -${rp2_results.name}">
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
30 <filter> adv['json_graph'] </filter>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
31 </data>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
32 </outputs>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
33 <tests>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
34 <test>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
35 <!-- test 1: check if identical outputs are produced -->
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
36 <param name="rp2_results" value="rp2-results-lactate.csv" />
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
37 <param name="sink_file" value="sink-h2o2.csv" />
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
38 <output name="html_file" >
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
39 <assert_contents>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
40 <has_line_matching expression='^((?!"svg": "data:image).)*$' />
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
41 </assert_contents>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
42 </output>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
43 </test>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
44 </tests>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
45 <help><![CDATA[
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
46 rp2biosensor
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
47 ================
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
48
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
49 **rp2biosensor** is an open-source Python software that extracts from the retrosynthetic network generated by `RetroPath2.0 <https://www.sciencedirect.com/science/article/pii/S1096717617301337>`_ the subnetwork of interest, linking the biosensor to the compound to be detected, and produce an interactive web page showing the transducing reactions.
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
50
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
51 Briefly, rp2biosensor parses the retrosynthesis network outputted by RetroPath2.0, completes the predicted reactions by putting back co-substrates and co-products omitted during the retrosynthesis using the `rxn_rebuild <https://www.sciencedirect.com/science/article/pii/S1096717617301337>`_ Python package, enumerates the shortest path linking the compound of interest, i.e. the biosensor, to the compound to be detected, e.g. lactate, and finally outputs the resulting subnetwork as an interactive web page to let the user browse the results.
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
52
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
53 Input
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
54 -----
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
55
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
56 Required:
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
57
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
58 * **RetroPath2 output**\ : Retrosynthesis network generated by RetroPath2.0 in CSV format.
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
59 * **Sink file**\ : (string) Sink file used for RetroPath2.0.
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
60
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
61 Output
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
62 ------
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
63
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
64 * **HTML file**\ : interactive web page showing the transducing reactions.
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
65
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
66 Optional:
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
67
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
68 * **JSON file**\ : Output the graph as JSON file.
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
69
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
70 Project Links
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
71 ------------------
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
72
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
73 * `GitHub <https://github.com/brsynth/rp2biosensor>`_
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
74
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
75 License
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
76 -------
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
77
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
78 * `MIT <https://github.com/brsynth/rp2biosensor/blob/master/LICENSE.md>`_
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
79
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
80 ]]></help>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
81 <creator>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
82 <person givenName="Thomas" familyName="Duigou" email="thomas.duigou@inrae.fr" identifier="https://orcid.org/0000-0002-2649-2950" />
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
83 </creator>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
84 <citations>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
85 <citation type="doi">10.1021/acssynbio.2c00138</citation>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
86 </citations>
24e89b75846a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2biosensor commit a1c35a3286b25ef4b03d0973d1f1ab49bee8d0e6
iuc
parents:
diff changeset
87 </tool>