annotate rp2paths.xml @ 1:7db06bf670db draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit b0ee2a59d0c9618c2e6b4d6732f7de7cde04a51a
author iuc
date Sun, 12 Nov 2023 13:57:52 +0000
parents 1e7007e80a4b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
1 <tool id="rp2paths" name="RP2paths" version="@TOOL_VERSION@" profile="21.09">
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
2 <description>Enumerate and seperate the different pathways generated by RetroPath2.0</description>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
3 <macros>
1
7db06bf670db planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit b0ee2a59d0c9618c2e6b4d6732f7de7cde04a51a
iuc
parents: 0
diff changeset
4 <token name="@TOOL_VERSION@">1.5.1</token>
0
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
5 </macros>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
6 <requirements>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">rp2paths</requirement>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
8 </requirements>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
9 <stdio>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
10 <regex match="TIMEOUT:" level="fatal" />
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
11 <regex match="ERROR:" level="fatal" />
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
12 <regex match="WARNING:" level="warning" />
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
13 </stdio>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
14 <command detect_errors="exit_code"><![CDATA[
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
15 mkdir out &&
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
16 python -m rp2paths all
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
17 '$rp2_pathways'
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
18 --outdir out
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
19 --timeout '$adv.timeout' &&
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
20 cp out/compounds.txt '$compounds' &&
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
21 if test -f 'out/out_paths.csv'; then
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
22 cp out/out_paths.csv '$master_pathways';
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
23 fi
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
24 ]]></command>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
25 <inputs>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
26 <param name="rp2_pathways" type="data" format="csv" label="RetroPath2.0 Pathways" help="Retrosynthesis network CSV file outputted by the RetroPath2 tool which desribes the network linking the targeted compound to the chassis."/>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
27 <section name="adv" title="Advanced Options" expanded="false">
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
28 <param name="timeout" type="integer" value="1800" label="Time Out" help="Time out before killing a process (in seconds), default: 30 minutes." />
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
29 </section>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
30 </inputs>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
31 <outputs>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
32 <data name="master_pathways" format="csv" label="${tool.name} on ${rp2_pathways.name} : Enumerated Pathways" />
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
33 <data name="compounds" format="tabular" label="${tool.name} on ${rp2_pathways.name} : Compounds" />
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
34 </outputs>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
35 <tests>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
36 <test>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
37 <!-- test 1: check if identical outputs are produced with default parameters -->
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
38 <param name="rp2_pathways" value="retropath2_pathways.csv" />
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
39 <output name="master_pathways" file="rp2paths_pathways.csv" ftype="csv" compare="diff"/>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
40 <output name="compounds" file="rp2paths_compounds.tsv" ftype="tabular" compare="diff"/>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
41 </test>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
42 </tests>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
43 <help><![CDATA[
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
44 RP2paths
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
45 ========
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
46
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
47
1
7db06bf670db planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit b0ee2a59d0c9618c2e6b4d6732f7de7cde04a51a
iuc
parents: 0
diff changeset
48 **RP2paths** extracts the set of heterologous pathways that lies in a metabolic space file outputted by the "RetroPath2.0 workflow" into individual pathways and enumerate them.
7db06bf670db planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit b0ee2a59d0c9618c2e6b4d6732f7de7cde04a51a
iuc
parents: 0
diff changeset
49 This analysis is required to ensure that only pathways fulfilling all the precursor needs are retained for further analysis.
7db06bf670db planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit b0ee2a59d0c9618c2e6b4d6732f7de7cde04a51a
iuc
parents: 0
diff changeset
50 This tool takes as input a retrosynthesis network in the CSV file produced by `RetroPath2.0 <https://toolshed.g2.bx.psu.edu/view/tduigou/retropath2/9c8ac9980bd6>`_ ,
7db06bf670db planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit b0ee2a59d0c9618c2e6b4d6732f7de7cde04a51a
iuc
parents: 0
diff changeset
51 and outputs the enumerated pathways (using `EC numbers <https://en.wikipedia.org/wiki/Enzyme_Commission_number>`_ ) as well as the structure of involved chemicals (as SMILES: Simplified Molecular-Input Line-Entry System) in TSV format.
0
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
52
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
53
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
54 An example of **enumerated pathways** is illustred in the figure below for the production of a target molecule: `Styrene <https://en.wikipedia.org/wiki/Styrene>`_. **Compounds** are represented by their structures, and **reactions** by their `EC numbers <https://en.wikipedia.org/wiki/Enzyme_Commission_number>`_.
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
55
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
56
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
57 .. image:: ${static_path}/images/enumerated_pathways.png
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
58 :width: 40 %
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
59 :align: center
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
60
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
61 |
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
62
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
63 Input
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
64 -----
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
65
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
66 Required information:
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
67
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
68 * **RetroPath2.0 Pathways**\ : Retrosynthesis network CSV file outputted by the RetroPath2 tool which desribes the network linking the targeted compound to the chassis.
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
69
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
70 Advanced options:
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
71
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
72 * **Time Out**\ : (integer) Timeout before killing a process (in seconds), default: 30 minutes.
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
73
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
74 Output
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
75 ------
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
76
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
77 * **Enumerated Pathways**\ : Describes all the indiviudal enumerated pathways that produce the compound of interest.
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
78 * **Compounds**\ : Describes the structure of all the chemical species involved in all pathways as SMILES (Simplified Molecular-Input Line-Entry System).
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
79
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
80 Project Links
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
81 ---------------------
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
82
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
83 * `GitHub <https://github.com/brsynth/rp2paths>`_
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
84
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
85 License
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
86 -------
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
87
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
88 `MIT <https://github.com/brsynth/rp2paths/blob/master/LICENSE.md>`_
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
89
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
90 Acknowledgments
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
91 ---------------
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
92
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
93 * Joan Hérisson
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
94
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
95 ]]></help>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
96 <citations>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
97 <citation type="doi">10.1016/j.ymben.2017.12.002</citation>
1e7007e80a4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff changeset
98 </citations>
1
7db06bf670db planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit b0ee2a59d0c9618c2e6b4d6732f7de7cde04a51a
iuc
parents: 0
diff changeset
99 </tool>